LibWeb: Make WorkerNavigator GC-allocated

This commit is contained in:
Andreas Kling 2022-09-04 14:37:49 +02:00
commit 2fe97fa8db
Notes: sideshowbarker 2024-07-17 22:41:14 +09:00
8 changed files with 51 additions and 14 deletions

View file

@ -453,7 +453,6 @@ class LocationObject;
class OptionConstructor;
class RangePrototype;
class WindowProxy;
class WorkerNavigatorWrapper;
class Wrappable;
class Wrapper;
class XMLHttpRequestPrototype;