From 0cf8986a1e912c258f92130fe451434c0dbfe346 Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Fri, 22 Apr 2022 20:22:22 +0100 Subject: LibWeb: Add CSSImportRule wrapper --- Userland/Libraries/LibWeb/Forward.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Userland/Libraries/LibWeb/Forward.h') 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; -- cgit v1.2.3