mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-21 08:48:57 +00:00
LibWeb: Make factory method of DOM::AbortController fallible
This commit is contained in:
parent
491c18a346
commit
5f552ddc5c
Notes:
sideshowbarker
2024-07-17 04:49:48 +09:00
Author: https://github.com/kennethmyhra
Commit: 5f552ddc5c
Pull-request: https://github.com/SerenityOS/serenity/pull/17491
Reviewed-by: https://github.com/linusg ✅
2 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ class AbortController final : public Bindings::PlatformObject {
|
|||
WEB_PLATFORM_OBJECT(AbortController, Bindings::PlatformObject);
|
||||
|
||||
public:
|
||||
static JS::NonnullGCPtr<AbortController> construct_impl(JS::Realm&);
|
||||
static WebIDL::ExceptionOr<JS::NonnullGCPtr<AbortController>> construct_impl(JS::Realm&);
|
||||
|
||||
virtual ~AbortController() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue