mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 09:09:43 +00:00
LibWeb: Remove MatchingRule::contains_root_pseudo_class member
This can be a local variable while building a rule cache, no need to take up space in MatchingRule.
This commit is contained in:
parent
c8f22f65d9
commit
49d2b11085
Notes:
github-actions[bot]
2024-09-09 18:13:17 +00:00
Author: https://github.com/awesomekling
Commit: 49d2b11085
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1345
2 changed files with 5 additions and 5 deletions
|
@ -91,7 +91,6 @@ struct MatchingRule {
|
|||
u32 specificity { 0 };
|
||||
CascadeOrigin cascade_origin;
|
||||
bool contains_pseudo_element { false };
|
||||
bool contains_root_pseudo_class { false };
|
||||
bool can_use_fast_matches { false };
|
||||
bool skip { false };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue