Files
ladybird/Userland/Libraries/LibWeb/CSS/CSSRuleList.h
Tim Ledbetter d209d5a84f LibWeb: Ensure CSSStyleSheet::css_rules() always returns the same object
Instead of having a method that replaces the stylesheet's CSSRuleList,
we now have a method on CSSRuleList to modify it's underlying CSSRules.
2024-02-24 21:59:28 +01:00

2.4 KiB