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

LibWeb: Move WindowProxy from Bindings/ to HTML/

This commit is contained in:
Linus Groh 2022-09-24 16:24:41 +01:00
parent 86f68eb3c3
commit 56d8c4ff26
5 changed files with 18 additions and 18 deletions

View file

@ -317,6 +317,7 @@ class TextMetrics;
class Timer;
class Window;
class WindowEnvironmentSettingsObject;
class WindowProxy;
class Worker;
class WorkerEnvironmentSettingsObject;
class WorkerGlobalScope;
@ -467,7 +468,6 @@ namespace Web::Bindings {
class LocationObject;
class OptionConstructor;
class RangePrototype;
class WindowProxy;
class Wrappable;
class Wrapper;
class XMLHttpRequestPrototype;