1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 04:37:44 +00:00

LibWeb: Add CSSGroupingRule wrapper

This commit is contained in:
Sam Atkins 2022-04-22 14:13:37 +01:00 committed by Andreas Kling
parent bc4c185aef
commit cfe5d63a1e
5 changed files with 13 additions and 3 deletions

View file

@ -35,6 +35,7 @@ class BorderStyleValue;
class CalculatedStyleValue;
class ColorStyleValue;
class ContentStyleValue;
class CSSGroupingRule;
class CSSImportRule;
class CSSFontFaceRule;
class CSSMediaRule;
@ -407,6 +408,7 @@ class CloseEventWrapper;
class CommentWrapper;
class CryptoWrapper;
class CSSFontFaceRuleWrapper;
class CSSGroupingRuleWrapper;
class CSSRuleListWrapper;
class CSSRuleWrapper;
class CSSStyleDeclarationWrapper;