| Index: content/browser/site_instance_impl.cc
|
| diff --git a/content/browser/site_instance_impl.cc b/content/browser/site_instance_impl.cc
|
| index 889d9d22b3fae0dd73520212f2a019e64ced97cb..95015b0ebaffccd26a97ef48c24fb3db158ca886 100644
|
| --- a/content/browser/site_instance_impl.cc
|
| +++ b/content/browser/site_instance_impl.cc
|
| @@ -114,7 +114,7 @@ RenderProcessHost* SiteInstanceImpl::GetProcess() {
|
| if (!process_) {
|
| if (g_render_process_host_factory_) {
|
| process_ = g_render_process_host_factory_->CreateRenderProcessHost(
|
| - browser_context);
|
| + browser_context, this);
|
| } else {
|
| StoragePartitionImpl* partition =
|
| static_cast<StoragePartitionImpl*>(
|
|
|