Index: content/browser/frame_host/navigation_request.cc |
diff --git a/content/browser/frame_host/navigation_request.cc b/content/browser/frame_host/navigation_request.cc |
index ddbc83136f8991d8655256ef4630aaa3bf83e05c..61efe39d223f8ab502af70b7f4d532272fcc7f4c 100644 |
--- a/content/browser/frame_host/navigation_request.cc |
+++ b/content/browser/frame_host/navigation_request.cc |
@@ -494,7 +494,9 @@ void NavigationRequest::OnStartChecksComplete( |
ServiceWorkerContextWrapper* service_worker_context = |
static_cast<ServiceWorkerContextWrapper*>( |
partition->GetServiceWorkerContext()); |
- navigation_handle_->InitServiceWorkerHandle(service_worker_context); |
+ navigation_handle_->InitServiceWorkerHandle( |
+ service_worker_context, |
+ navigating_frame_host->GetProcess()->CreateURLLoaderFactoryGetter()); |
} |
// Mark the fetch_start (Navigation Timing API). |