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 f47f96346f451fd8edec97ee4e04c1835593617b..1b13d07425dc192115ea5497238fd6abcec8ba2e 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() = |