mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-30 05:09:01 +00:00
LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated
This commit is contained in:
parent
0fe923e355
commit
5d60212076
Notes:
sideshowbarker
2024-07-17 07:29:15 +09:00
Author: https://github.com/awesomekling
Commit: 5d60212076
Pull-request: https://github.com/SerenityOS/serenity/pull/14816
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/linusg ✅
21 changed files with 166 additions and 96 deletions
|
@ -468,7 +468,6 @@ class CSSRuleListWrapper;
|
|||
class CSSRuleWrapper;
|
||||
class CSSStyleDeclarationWrapper;
|
||||
class CSSStyleRuleWrapper;
|
||||
class CSSStyleSheetWrapper;
|
||||
class CSSSupportsRuleWrapper;
|
||||
class CustomEventWrapper;
|
||||
class DocumentFragmentWrapper;
|
||||
|
@ -603,7 +602,6 @@ class SelectionWrapper;
|
|||
class StaticRangeWrapper;
|
||||
class StorageWrapper;
|
||||
class StyleSheetListWrapper;
|
||||
class StyleSheetWrapper;
|
||||
class SubmitEventWrapper;
|
||||
class SubtleCryptoWrapper;
|
||||
class SVGAnimatedLengthWrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue