Index: content/browser/storage_partition_impl.cc |
diff --git a/content/browser/storage_partition_impl.cc b/content/browser/storage_partition_impl.cc |
index ef446bdf0aad6c160bf8de15c48e799f2bccab4e..9a876b5cff845158f960c97d9c6f1d0618f0f995 100644 |
--- a/content/browser/storage_partition_impl.cc |
+++ b/content/browser/storage_partition_impl.cc |
@@ -416,7 +416,7 @@ StoragePartitionImpl* StoragePartitionImpl::Create( |
idb_task_runner); |
scoped_refptr<ServiceWorkerContextWrapper> service_worker_context = |
- new ServiceWorkerContextWrapper(); |
+ new ServiceWorkerContextWrapper(context); |
service_worker_context->Init(path, quota_manager->proxy()); |
scoped_refptr<ChromeAppCacheService> appcache_service = |