| 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 648aabf4fbb0812958062564f0b6c8c70d2ce16d..2f1c5d4f1362af969cf9db560c39a7b90e0a993e 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -548,7 +548,7 @@ void RenderProcessHostImpl::CreateMessageFilters() {
|
| storage_partition_impl_->GetDOMStorageContext()));
|
| channel_->AddFilter(new IndexedDBDispatcherHost(GetID(),
|
| static_cast<IndexedDBContextImpl*>(
|
| - BrowserContext::GetIndexedDBContext(browser_context))));
|
| + storage_partition_impl_->GetIndexedDBContext())));
|
| channel_->AddFilter(GeolocationDispatcherHost::New(
|
| GetID(), browser_context->GetGeolocationPermissionContext()));
|
| gpu_message_filter_ = new GpuMessageFilter(GetID(), widget_helper_.get());
|
|
|