mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-02 22:29:10 +00:00
LibWeb: Make MutationObserver GC-allocated
This commit is contained in:
parent
43ec0f734f
commit
905eb8cb4d
Notes:
sideshowbarker
2024-07-17 07:27:36 +09:00
Author: https://github.com/awesomekling
Commit: 905eb8cb4d
Pull-request: https://github.com/SerenityOS/serenity/pull/14816
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/linusg ✅
8 changed files with 134 additions and 68 deletions
|
@ -158,6 +158,7 @@ class ParentNode;
|
|||
class Position;
|
||||
class ProcessingInstruction;
|
||||
class Range;
|
||||
class RegisteredObserver;
|
||||
class ShadowRoot;
|
||||
class StaticNodeList;
|
||||
class StaticRange;
|
||||
|
@ -469,7 +470,6 @@ class ImageDataWrapper;
|
|||
class IntersectionObserverWrapper;
|
||||
class LocationObject;
|
||||
class MessageChannelWrapper;
|
||||
class MutationObserverWrapper;
|
||||
class OptionConstructor;
|
||||
class Path2DWrapper;
|
||||
class RangePrototype;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue