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:
parent
1aad64fbe4
commit
5ff816abbf
2 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue