| Index: content/renderer/render_thread_impl.cc
|
| diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
|
| index fcd2444be29c2ade42b7a40228bc2712d0d65e86..d23667fd036025279d75c2976e60d94ed0bd83b7 100644
|
| --- a/content/renderer/render_thread_impl.cc
|
| +++ b/content/renderer/render_thread_impl.cc
|
| @@ -922,7 +922,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::TerminateCurrentProcessImmediately(0);
|
| }
|
|
|
| bool RenderThreadImpl::ShouldBeDestroyed() {
|
|
|