| Index: chrome/browser/renderer_host/browser_render_process_host.cc
|
| ===================================================================
|
| --- chrome/browser/renderer_host/browser_render_process_host.cc (revision 8635)
|
| +++ chrome/browser/renderer_host/browser_render_process_host.cc (working copy)
|
| @@ -571,6 +571,7 @@
|
| // Otherwise, we're allowed to just terminate the process. Using exit code 0
|
| // means that UMA won't treat this as a renderer crash.
|
| process_.Terminate(ResultCodes::NORMAL_EXIT);
|
| + process_.Close();
|
| return true;
|
| }
|
|
|
|
|