mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:17:35 +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
|
@ -73,7 +73,7 @@ ALWAYS_INLINE JS::Completion dom_exception_to_throw_completion(auto&& vm, auto&&
|
|||
VERIFY_NOT_REACHED();
|
||||
}
|
||||
},
|
||||
[&](JS::NonnullGCPtr<DOM::DOMException> const& exception) {
|
||||
[&](JS::NonnullGCPtr<WebIDL::DOMException> const& exception) {
|
||||
return throw_completion(exception);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue