mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 00:57:44 +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
|
@ -13,7 +13,6 @@ set(SOURCES
|
|||
Bindings/OptionConstructor.cpp
|
||||
Bindings/PlatformObject.cpp
|
||||
Bindings/WindowConstructor.cpp
|
||||
Bindings/WindowProxy.cpp
|
||||
Crypto/Crypto.cpp
|
||||
Crypto/SubtleCrypto.cpp
|
||||
CSS/Angle.cpp
|
||||
|
@ -262,6 +261,7 @@ set(SOURCES
|
|||
HTML/Timer.cpp
|
||||
HTML/Window.cpp
|
||||
HTML/WindowEventHandlers.cpp
|
||||
HTML/WindowProxy.cpp
|
||||
HTML/Worker.cpp
|
||||
HTML/WorkerDebugConsoleClient.cpp
|
||||
HTML/WorkerGlobalScope.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue