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:
parent
1aad64fbe4
commit
5ff816abbf
Notes:
sideshowbarker
2024-07-17 19:02:05 +09:00
Author: https://github.com/awesomekling
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