| Index: content/renderer/render_thread_impl.cc
|
| diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
|
| index 8c32c5ea52cec72d58585f1b36879a9c9f5ae73a..a37a02dd96b8517dd135cae635d03fa3c23d805b 100644
|
| --- a/content/renderer/render_thread_impl.cc
|
| +++ b/content/renderer/render_thread_impl.cc
|
| @@ -948,7 +948,7 @@ void RenderThreadImpl::Shutdown() {
|
| // it will exit the process before the browser side is ready to exit.
|
| if (!base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kSingleProcess))
|
| - _exit(0);
|
| + base::Process::Current().TerminateImmediately(0);
|
| }
|
|
|
| bool RenderThreadImpl::ShouldBeDestroyed() {
|
|
|