mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:18:11 +00:00
LibWeb: Make Fetch::Infrastructure::Request::set_client() take a pointer
This commit is contained in:
parent
72a752685f
commit
16d6c62193
2 changed files with 2 additions and 2 deletions
|
@ -198,7 +198,7 @@ WebIDL::ExceptionOr<JS::NonnullGCPtr<Request>> Request::construct_impl(JS::Realm
|
|||
|
||||
// client
|
||||
// This’s relevant settings object.
|
||||
request.set_client(HTML::relevant_settings_object(*request_object));
|
||||
request.set_client(&HTML::relevant_settings_object(*request_object));
|
||||
|
||||
// window
|
||||
// window.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue