| Index: content/child/resource_dispatcher.cc
|
| diff --git a/content/child/resource_dispatcher.cc b/content/child/resource_dispatcher.cc
|
| index 8e78c10fcce442aabb45432cbc927950cbed5d13..a6b45963eb9dd05aa620dc2e40a441b5928f4a3f 100644
|
| --- a/content/child/resource_dispatcher.cc
|
| +++ b/content/child/resource_dispatcher.cc
|
| @@ -670,7 +670,7 @@ int ResourceDispatcher::StartAsync(
|
| std::unique_ptr<ThrottlingURLLoader> url_loader =
|
| ThrottlingURLLoader::CreateLoaderAndStart(
|
| url_loader_factory, std::move(throttles), routing_id, request_id,
|
| - mojom::kURLLoadOptionNone, std::move(request), client.get(),
|
| + mojom::kURLLoadOptionNone, *request, client.get(),
|
| std::move(task_runner));
|
| ;
|
| pending_requests_[request_id]->url_loader = std::move(url_loader);
|
|
|