mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 01:40:46 +00:00
LibWeb: Make DOMTokenList GC-allocated
This commit is contained in:
parent
a56b3f9862
commit
0176d42f49
Notes:
sideshowbarker
2024-07-17 11:34:34 +09:00
Author: https://github.com/awesomekling
Commit: 0176d42f49
Pull-request: https://github.com/SerenityOS/serenity/pull/14816
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/linusg ✅
7 changed files with 39 additions and 26 deletions
|
@ -471,7 +471,6 @@ class DOMPointReadOnlyWrapper;
|
|||
class DOMRectListWrapper;
|
||||
class DOMRectReadOnlyWrapper;
|
||||
class DOMRectWrapper;
|
||||
class DOMTokenListWrapper;
|
||||
class ElementWrapper;
|
||||
class ErrorEventWrapper;
|
||||
class EventListenerWrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue