mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00:00
LibWeb: Move CSS classes into the Web::CSS namespace
This commit is contained in:
@@ -31,6 +31,6 @@
|
||||
|
||||
namespace Web::SelectorEngine {
|
||||
|
||||
bool matches(const Selector&, const DOM::Element&);
|
||||
bool matches(const CSS::Selector&, const DOM::Element&);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user