LibWeb: Make MessageChannel GC-allocated

This commit is contained in:
Andreas Kling 2022-09-01 20:59:51 +02:00
commit 2ff7e37048
Notes: sideshowbarker 2024-07-17 22:41:14 +09:00
4 changed files with 34 additions and 26 deletions

View file

@ -467,7 +467,6 @@ class IdleDeadlineWrapper;
class ImageDataWrapper;
class IntersectionObserverWrapper;
class LocationObject;
class MessageChannelWrapper;
class OptionConstructor;
class Path2DWrapper;
class RangePrototype;