diff options
author | Sam Atkins <atkinssj@serenityos.org> | 2022-04-22 14:14:16 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-05-11 20:16:10 +0200 |
commit | 1951873a5d7f640ad9994d7b0c21d13c2cbf78e9 (patch) | |
tree | 866b5bfb2c31621920e4f9005e0b6cdd3f35405c /Userland/Libraries/LibWeb/Forward.h | |
parent | cfe5d63a1e77ec264a4d78616be4865121681d5f (diff) | |
download | serenity-1951873a5d7f640ad9994d7b0c21d13c2cbf78e9.zip |
LibWeb: Add CSSConditionRule wrapper
Diffstat (limited to 'Userland/Libraries/LibWeb/Forward.h')
-rw-r--r-- | Userland/Libraries/LibWeb/Forward.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/Forward.h b/Userland/Libraries/LibWeb/Forward.h index ed1019e9f9..6bbf21a341 100644 --- a/Userland/Libraries/LibWeb/Forward.h +++ b/Userland/Libraries/LibWeb/Forward.h @@ -35,6 +35,7 @@ class BorderStyleValue; class CalculatedStyleValue; class ColorStyleValue; class ContentStyleValue; +class CSSConditionRule; class CSSGroupingRule; class CSSImportRule; class CSSFontFaceRule; @@ -407,6 +408,7 @@ class CharacterDataWrapper; class CloseEventWrapper; class CommentWrapper; class CryptoWrapper; +class CSSConditionRuleWrapper; class CSSFontFaceRuleWrapper; class CSSGroupingRuleWrapper; class CSSRuleListWrapper; |