1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:17:35 +00:00

LibWeb: Add CSSSupportsRule wrapper

This commit is contained in:
Sam Atkins 2022-04-22 14:17:23 +01:00 committed by Andreas Kling
parent fda71a6d48
commit 1cec8e473f
6 changed files with 18 additions and 2 deletions

View file

@ -418,6 +418,7 @@ class CSSRuleWrapper;
class CSSStyleDeclarationWrapper;
class CSSStyleRuleWrapper;
class CSSStyleSheetWrapper;
class CSSSupportsRuleWrapper;
class CustomEventWrapper;
class DocumentFragmentWrapper;
class DocumentTypeWrapper;