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 850be050d50a8af6bb0a4e955b267205fcd3d132..46cfdd2130ae9dc97c836dc9cc9295b872cffca0 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -613,7 +613,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() = |