Index: content/browser/renderer_host/render_process_host_impl.cc |
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc |
index 73dd859384ef1e29168260cda69775be3a7c58e9..f709d7d5bd733ea0de1b4145f1c5f0da927e2d8c 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -610,7 +610,7 @@ void RenderProcessHostImpl::CreateMessageFilters() { |
GetID(), |
storage_partition_impl_->GetIndexedDBContext())); |
AddFilter(new ServiceWorkerDispatcherHost( |
- storage_partition_impl_->GetServiceWorkerContext())); |
+ GetID(), storage_partition_impl_->GetServiceWorkerContext())); |
if (IsGuest()) { |
if (!g_browser_plugin_geolocation_context.Get().get()) { |
g_browser_plugin_geolocation_context.Get() = |