mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-03 14:50:02 +00:00
LibWeb: Move DOMException from DOM/ to WebIDL/
This commit is contained in:
parent
ad04d7ac9b
commit
bbaa05fcf9
Notes:
sideshowbarker
2024-07-17 06:38:09 +09:00
Author: https://github.com/linusg
Commit: bbaa05fcf9
Pull-request: https://github.com/SerenityOS/serenity/pull/15357
Reviewed-by: https://github.com/awesomekling ✅
49 changed files with 206 additions and 203 deletions
|
@ -2087,6 +2087,7 @@ using namespace Web::Selection;
|
|||
using namespace Web::UIEvents;
|
||||
using namespace Web::XHR;
|
||||
using namespace Web::WebGL;
|
||||
using namespace Web::WebIDL;
|
||||
|
||||
namespace Web::Bindings {
|
||||
|
||||
|
@ -2402,6 +2403,7 @@ using namespace Web::URL;
|
|||
using namespace Web::WebSockets;
|
||||
using namespace Web::XHR;
|
||||
using namespace Web::WebGL;
|
||||
using namespace Web::WebIDL;
|
||||
|
||||
namespace Web::Bindings {
|
||||
|
||||
|
@ -2843,6 +2845,7 @@ using namespace Web::XHR;
|
|||
using namespace Web::UIEvents;
|
||||
using namespace Web::URL;
|
||||
using namespace Web::WebGL;
|
||||
using namespace Web::WebIDL;
|
||||
|
||||
namespace Web::Bindings {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue