mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:17:35 +00:00
LibWeb: Make MutationObserver GC-allocated
This commit is contained in:
parent
43ec0f734f
commit
905eb8cb4d
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