1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:48:12 +00: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
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();