1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:47:35 +00:00

LibWeb: Make NamedNodeMap GC-allocated

This commit is contained in:
Andreas Kling 2022-08-08 15:06:56 +02:00
parent ae11d70b0c
commit a56b3f9862
7 changed files with 49 additions and 29 deletions

View file

@ -569,7 +569,6 @@ class MessagePortWrapper;
class MouseEventWrapper;
class MutationObserverWrapper;
class MutationRecordWrapper;
class NamedNodeMapWrapper;
class NodeFilterWrapper;
class NodeIteratorWrapper;
class NodeListWrapper;