| 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 ed023d5ea5f199d021af1a92556af311bde11c87..17d7e9990a9e5872e495f836bb3e0471bc2da31a 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -890,7 +890,8 @@ void RenderProcessHostImpl::CreateMessageFilters() {
|
| #if defined(OS_ANDROID)
|
| AddFilter(new ScreenOrientationMessageFilterAndroid());
|
| #endif
|
| - AddFilter(new GeofencingDispatcherHost(browser_context_));
|
| + AddFilter(new GeofencingDispatcherHost(
|
| + browser_context_, storage_partition_impl_->GetServiceWorkerContext()));
|
| }
|
|
|
| int RenderProcessHostImpl::GetNextRoutingID() {
|
|
|