mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:27:35 +00:00
LibWeb: Move IDLOverloadResolution from Bindings/ to WebIDL/
This commit is contained in:
parent
6480faacb6
commit
86f68eb3c3
4 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,6 @@ include(libweb_generators)
|
|||
set(SOURCES
|
||||
Bindings/AudioConstructor.cpp
|
||||
Bindings/CSSNamespace.cpp
|
||||
Bindings/IDLOverloadResolution.cpp
|
||||
Bindings/ImageConstructor.cpp
|
||||
Bindings/LegacyPlatformObject.cpp
|
||||
Bindings/LocationConstructor.cpp
|
||||
|
@ -413,6 +412,7 @@ set(SOURCES
|
|||
WebGL/WebGLRenderingContextBase.cpp
|
||||
WebIDL/AbstractOperations.cpp
|
||||
WebIDL/CallbackType.cpp
|
||||
WebIDL/OverloadResolution.cpp
|
||||
WebSockets/WebSocket.cpp
|
||||
XHR/EventNames.cpp
|
||||
XHR/ProgressEvent.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue