diff options
author | Sam Atkins <atkinssj@serenityos.org> | 2022-04-22 20:22:22 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-05-11 20:16:10 +0200 |
commit | 0cf8986a1e912c258f92130fe451434c0dbfe346 (patch) | |
tree | fe157c7cd8e36c7ee3db013a8a7cf18284fae914 /Userland/Libraries/LibWeb/Forward.h | |
parent | 1951873a5d7f640ad9994d7b0c21d13c2cbf78e9 (diff) | |
download | serenity-0cf8986a1e912c258f92130fe451434c0dbfe346.zip |
LibWeb: Add CSSImportRule wrapper
Diffstat (limited to 'Userland/Libraries/LibWeb/Forward.h')
-rw-r--r-- | Userland/Libraries/LibWeb/Forward.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/Forward.h b/Userland/Libraries/LibWeb/Forward.h index 6bbf21a341..c22f2aaedb 100644 --- a/Userland/Libraries/LibWeb/Forward.h +++ b/Userland/Libraries/LibWeb/Forward.h @@ -411,6 +411,7 @@ class CryptoWrapper; class CSSConditionRuleWrapper; class CSSFontFaceRuleWrapper; class CSSGroupingRuleWrapper; +class CSSImportRuleWrapper; class CSSRuleListWrapper; class CSSRuleWrapper; class CSSStyleDeclarationWrapper; |