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

LibWeb: Add CSSMediaRule wrapper

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

View file

@ -412,6 +412,7 @@ class CSSConditionRuleWrapper;
class CSSFontFaceRuleWrapper;
class CSSGroupingRuleWrapper;
class CSSImportRuleWrapper;
class CSSMediaRuleWrapper;
class CSSRuleListWrapper;
class CSSRuleWrapper;
class CSSStyleDeclarationWrapper;