summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Forward.h
diff options
context:
space:
mode:
authorSam Atkins <atkinssj@serenityos.org>2022-04-22 20:22:22 +0100
committerAndreas Kling <kling@serenityos.org>2022-05-11 20:16:10 +0200
commit0cf8986a1e912c258f92130fe451434c0dbfe346 (patch)
treefe157c7cd8e36c7ee3db013a8a7cf18284fae914 /Userland/Libraries/LibWeb/Forward.h
parent1951873a5d7f640ad9994d7b0c21d13c2cbf78e9 (diff)
downloadserenity-0cf8986a1e912c258f92130fe451434c0dbfe346.zip
LibWeb: Add CSSImportRule wrapper
Diffstat (limited to 'Userland/Libraries/LibWeb/Forward.h')
-rw-r--r--Userland/Libraries/LibWeb/Forward.h1
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;