LibWeb: Make Fetch::Infrastructure::Request::set_client() take a pointer

This commit is contained in:
Linus Groh 2022-10-04 23:43:37 +01:00
commit 16d6c62193
Notes: sideshowbarker 2024-07-17 06:21:12 +09:00
2 changed files with 2 additions and 2 deletions

View file

@ -198,7 +198,7 @@ WebIDL::ExceptionOr<JS::NonnullGCPtr<Request>> Request::construct_impl(JS::Realm
// client
// Thiss relevant settings object.
request.set_client(HTML::relevant_settings_object(*request_object));
request.set_client(&HTML::relevant_settings_object(*request_object));
// window
// window.