| Index: trunk/src/content/browser/renderer_host/render_process_host_impl.cc
|
| ===================================================================
|
| --- trunk/src/content/browser/renderer_host/render_process_host_impl.cc (revision 267948)
|
| +++ trunk/src/content/browser/renderer_host/render_process_host_impl.cc (working copy)
|
| @@ -702,7 +702,7 @@
|
| storage_partition_impl_->GetIndexedDBContext(),
|
| ChromeBlobStorageContext::GetFor(browser_context)));
|
|
|
| - geolocation_dispatcher_host_ = new GeolocationDispatcherHost(
|
| + geolocation_dispatcher_host_ = GeolocationDispatcherHost::New(
|
| GetID(), browser_context->GetGeolocationPermissionContext());
|
| AddFilter(geolocation_dispatcher_host_);
|
| gpu_message_filter_ = new GpuMessageFilter(GetID(), widget_helper_.get());
|
|
|