mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 19:16:02 +00:00
LibWeb: Make factory method of DOM::AbortSignal fallible
This commit is contained in:
parent
c4d559bd37
commit
a5ad8b2959
Notes:
sideshowbarker
2024-07-17 18:13:59 +09:00
Author: https://github.com/kennethmyhra
Commit: a5ad8b2959
Pull-request: https://github.com/SerenityOS/serenity/pull/17491
Reviewed-by: https://github.com/linusg ✅
3 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ class AbortSignal final : public EventTarget {
|
|||
WEB_PLATFORM_OBJECT(AbortSignal, EventTarget);
|
||||
|
||||
public:
|
||||
static JS::NonnullGCPtr<AbortSignal> construct_impl(JS::Realm&);
|
||||
static WebIDL::ExceptionOr<JS::NonnullGCPtr<AbortSignal>> construct_impl(JS::Realm&);
|
||||
|
||||
virtual ~AbortSignal() override = default;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue