mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibWeb: Make CSSRuleList GC-allocated
This commit is contained in:
parent
5366924f11
commit
5d6cb9cbdb
Notes:
sideshowbarker
2024-07-17 07:29:07 +09:00
Author: https://github.com/awesomekling
Commit: 5d6cb9cbdb
Pull-request: https://github.com/SerenityOS/serenity/pull/14816
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/linusg ✅
11 changed files with 50 additions and 29 deletions
|
@ -464,7 +464,6 @@ class CSSFontFaceRuleWrapper;
|
|||
class CSSGroupingRuleWrapper;
|
||||
class CSSImportRuleWrapper;
|
||||
class CSSMediaRuleWrapper;
|
||||
class CSSRuleListWrapper;
|
||||
class CSSRuleWrapper;
|
||||
class CSSStyleDeclarationWrapper;
|
||||
class CSSStyleRuleWrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue