diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/CSS/SelectorEngine.h')
-rw-r--r-- | Userland/Libraries/LibWeb/CSS/SelectorEngine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/CSS/SelectorEngine.h b/Userland/Libraries/LibWeb/CSS/SelectorEngine.h index 1035fb6dc2..42e13855a5 100644 --- a/Userland/Libraries/LibWeb/CSS/SelectorEngine.h +++ b/Userland/Libraries/LibWeb/CSS/SelectorEngine.h @@ -11,6 +11,6 @@ namespace Web::SelectorEngine { -bool matches(const CSS::Selector&, const DOM::Element&); +bool matches(CSS::Selector const&, DOM::Element const&); } |