mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:17:35 +00:00
LibWeb: Rename StyleDeclaration => CSSStyleDeclaration to match CSSOM
This commit is contained in:
parent
e44fbbe5c0
commit
0759f54bd3
10 changed files with 25 additions and 25 deletions
|
@ -30,11 +30,11 @@
|
|||
namespace Web::CSS {
|
||||
class CSSRule;
|
||||
class CSSImportRule;
|
||||
class CSSStyleDeclaration;
|
||||
class CSSStyleRule;
|
||||
class CSSStyleSheet;
|
||||
class Length;
|
||||
class Selector;
|
||||
class StyleDeclaration;
|
||||
class StyleProperties;
|
||||
class StyleResolver;
|
||||
class StyleSheet;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue