| Index: content/browser/storage_partition_impl_map.cc
|
| diff --git a/content/browser/storage_partition_impl_map.cc b/content/browser/storage_partition_impl_map.cc
|
| index 9042d173e3bd81a2a6ef79e785fbc6ac1f1d4ab5..924cc22bd5181ef7c6bddc25abf1f7380c8d5ca2 100644
|
| --- a/content/browser/storage_partition_impl_map.cc
|
| +++ b/content/browser/storage_partition_impl_map.cc
|
| @@ -435,7 +435,8 @@ StoragePartitionImpl* StoragePartitionImplMap::Get(
|
|
|
| URLRequestInterceptorScopedVector request_interceptors;
|
| request_interceptors.push_back(
|
| - ServiceWorkerRequestHandler::CreateInterceptor().release());
|
| + ServiceWorkerRequestHandler::CreateInterceptor(
|
| + browser_context_->GetResourceContext()).release());
|
|
|
| // These calls must happen after StoragePartitionImpl::Create().
|
| if (partition_domain.empty()) {
|
|
|