mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:27:45 +00:00
LibWeb: Rename StyleRule => CSSStyleRule
This matches the CSSOM specification.
This commit is contained in:
parent
3532e1788f
commit
0af4762662
11 changed files with 23 additions and 23 deletions
|
@ -34,7 +34,7 @@
|
|||
namespace Web::CSS {
|
||||
|
||||
struct MatchingRule {
|
||||
RefPtr<StyleRule> rule;
|
||||
RefPtr<CSSStyleRule> rule;
|
||||
size_t style_sheet_index { 0 };
|
||||
size_t rule_index { 0 };
|
||||
size_t selector_index { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue