mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb: Predeclare MediaList and CSSRuleList
This commit is contained in:
parent
341c67453c
commit
68c246368b
Notes:
sideshowbarker
2024-07-18 03:01:27 +09:00
Author: https://github.com/AtkinsSJ
Commit: 68c246368b
Pull-request: https://github.com/SerenityOS/serenity/pull/10367
1 changed files with 2 additions and 0 deletions
|
@ -22,11 +22,13 @@ class CalculatedStyleValue;
|
|||
class CSSImportRule;
|
||||
class CSSMediaRule;
|
||||
class CSSRule;
|
||||
class CSSRuleList;
|
||||
class CSSStyleDeclaration;
|
||||
class CSSStyleRule;
|
||||
class CSSStyleSheet;
|
||||
class ElementInlineCSSStyleDeclaration;
|
||||
class Length;
|
||||
class MediaList;
|
||||
class MediaQuery;
|
||||
class MediaQueryList;
|
||||
class PropertyOwningCSSStyleDeclaration;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue