LibWeb: Make MutationObserver GC-allocated

This commit is contained in:
Andreas Kling 2022-09-01 17:59:48 +02:00
commit 905eb8cb4d
Notes: sideshowbarker 2024-07-17 07:27:36 +09:00
8 changed files with 134 additions and 68 deletions

View file

@ -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;