mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 10:36:02 +00:00
LibWeb: Rename StyleRule -> Rule
This name is what's used in the spec, and is a little less confusing.
This commit is contained in:
parent
cf24dc2e0c
commit
431a9938a8
Notes:
sideshowbarker
2024-07-17 11:51:27 +09:00
Author: https://github.com/AtkinsSJ
Commit: 431a9938a8
Pull-request: https://github.com/SerenityOS/serenity/pull/13643
8 changed files with 43 additions and 43 deletions
|
@ -105,7 +105,7 @@ class Declaration;
|
|||
class DeclarationOrAtRule;
|
||||
class Function;
|
||||
class Parser;
|
||||
class StyleRule;
|
||||
class Rule;
|
||||
class Token;
|
||||
class Tokenizer;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue