LibWeb: Add CSSImportRule wrapper

This commit is contained in:
Sam Atkins 2022-04-22 20:22:22 +01:00 committed by Andreas Kling
commit 0cf8986a1e
Notes: sideshowbarker 2024-07-17 11:05:47 +09:00
6 changed files with 28 additions and 4 deletions

View file

@ -411,6 +411,7 @@ class CryptoWrapper;
class CSSConditionRuleWrapper;
class CSSFontFaceRuleWrapper;
class CSSGroupingRuleWrapper;
class CSSImportRuleWrapper;
class CSSRuleListWrapper;
class CSSRuleWrapper;
class CSSStyleDeclarationWrapper;