mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:48:12 +00:00
LibWeb: Make CSSRuleList GC-allocated
This commit is contained in:
parent
5366924f11
commit
5d6cb9cbdb
11 changed files with 50 additions and 29 deletions
|
@ -9,7 +9,7 @@ libweb_js_wrapper(CSS/CSSGroupingRule)
|
|||
libweb_js_wrapper(CSS/CSSImportRule)
|
||||
libweb_js_wrapper(CSS/CSSMediaRule)
|
||||
libweb_js_wrapper(CSS/CSSRule)
|
||||
libweb_js_wrapper(CSS/CSSRuleList)
|
||||
libweb_js_wrapper(CSS/CSSRuleList NO_INSTANCE)
|
||||
libweb_js_wrapper(CSS/CSSStyleDeclaration)
|
||||
libweb_js_wrapper(CSS/CSSStyleRule)
|
||||
libweb_js_wrapper(CSS/CSSStyleSheet NO_INSTANCE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue