mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibWeb: Make factory method of URL::URLSearchParamsIterator fallible
This commit is contained in:
parent
e776171d8f
commit
b3734627a1
Notes:
sideshowbarker
2024-07-16 23:53:22 +09:00
Author: https://github.com/kennethmyhra
Commit: b3734627a1
Pull-request: https://github.com/SerenityOS/serenity/pull/17542
2 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ class URLSearchParamsIterator : public Bindings::PlatformObject {
|
|||
WEB_PLATFORM_OBJECT(URLSearchParamsIterator, Bindings::PlatformObject);
|
||||
|
||||
public:
|
||||
static JS::NonnullGCPtr<URLSearchParamsIterator> create(URLSearchParams const&, JS::Object::PropertyKind iteration_kind);
|
||||
static WebIDL::ExceptionOr<JS::NonnullGCPtr<URLSearchParamsIterator>> create(URLSearchParams const&, JS::Object::PropertyKind iteration_kind);
|
||||
|
||||
virtual ~URLSearchParamsIterator() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue