| Index: chrome/browser/tab_contents/render_view_host_manager.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/render_view_host_manager.cc (revision 11493)
|
| +++ chrome/browser/tab_contents/render_view_host_manager.cc (working copy)
|
| @@ -148,8 +148,7 @@
|
| // handler later finishes, this call will be ignored because the state in
|
| // CrossSiteResourceHandler will already be cleaned up.)
|
| current_host()->process()->CrossSiteClosePageACK(
|
| - pending_render_view_host_->site_instance()->process_host_id(),
|
| - pending_request_id);
|
| + pending_render_view_host_->process()->pid(), pending_request_id);
|
| }
|
| return false;
|
| }
|
|
|