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:
parent
86f68eb3c3
commit
56d8c4ff26
5 changed files with 18 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue