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

LibWeb: Make CSSRule and all its subclasses GC-allocated

This commit is contained in:
Andreas Kling 2022-08-07 15:46:44 +02:00
parent 5d6cb9cbdb
commit 12042f0757
39 changed files with 338 additions and 236 deletions

View file

@ -1,5 +1,5 @@
#import <CSS/CSSConditionRule.idl>
[Exposed=Window]
[Exposed=Window, NoInstanceWrapper]
interface CSSSupportsRule : CSSConditionRule {
};