1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:07:45 +00:00

LibWeb: Make MessageChannel GC-allocated

This commit is contained in:
Andreas Kling 2022-09-01 20:59:51 +02:00
parent 2bba97964b
commit 2ff7e37048
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;