mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +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
|
@ -84,6 +84,9 @@ static bool impl_is_wrapper(Type const& type)
|
|||
if (type.name == "StyleSheetList"sv)
|
||||
return true;
|
||||
|
||||
if (type.name == "CSSRuleList"sv)
|
||||
return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue