1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00

LibWeb: Remove unused CascadeOrigin::Any

This was an ad-hoc concept from before we implemented the CSS cascade.
This commit is contained in:
Andreas Kling 2022-02-11 12:08:27 +01:00
parent 1aad64fbe4
commit 5ff816abbf
Notes: sideshowbarker 2024-07-17 19:02:05 +09:00
2 changed files with 3 additions and 3 deletions

View file

@ -64,7 +64,7 @@ public:
Transition,
};
Vector<MatchingRule> collect_matching_rules(DOM::Element const&, CascadeOrigin = CascadeOrigin::Any) const;
Vector<MatchingRule> collect_matching_rules(DOM::Element const&, CascadeOrigin) const;
void invalidate_rule_cache();