mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:17:45 +00:00
LibWeb: Move DOMException from DOM/ to WebIDL/
This commit is contained in:
parent
ad04d7ac9b
commit
bbaa05fcf9
49 changed files with 206 additions and 203 deletions
|
@ -78,7 +78,6 @@ set(SOURCES
|
|||
DOM/Comment.cpp
|
||||
DOM/CustomEvent.cpp
|
||||
DOM/DOMEventListener.cpp
|
||||
DOM/DOMException.cpp
|
||||
DOM/DOMImplementation.cpp
|
||||
DOM/DOMTokenList.cpp
|
||||
DOM/DOMTokenList.idl
|
||||
|
@ -413,6 +412,7 @@ set(SOURCES
|
|||
WebGL/WebGLRenderingContextBase.cpp
|
||||
WebIDL/AbstractOperations.cpp
|
||||
WebIDL/CallbackType.cpp
|
||||
WebIDL/DOMException.cpp
|
||||
WebIDL/OverloadResolution.cpp
|
||||
WebSockets/WebSocket.cpp
|
||||
XHR/EventNames.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue