| Index: content/browser/renderer_host/sandbox_ipc_linux.cc
|
| diff --git a/content/browser/renderer_host/sandbox_ipc_linux.cc b/content/browser/renderer_host/sandbox_ipc_linux.cc
|
| index 8fb50d4738fdef1bfd5406c0c124e019a5a3376b..186c4f4c0d43b98ef417357b687084b2d02035a7 100644
|
| --- a/content/browser/renderer_host/sandbox_ipc_linux.cc
|
| +++ b/content/browser/renderer_host/sandbox_ipc_linux.cc
|
| @@ -120,6 +120,9 @@ void SandboxIPCHandler::Run() {
|
| }
|
| }
|
|
|
| + if (blink_platform_impl_)
|
| + blink::shutdownWithoutV8();
|
| +
|
| VLOG(1) << "SandboxIPCHandler stopping.";
|
| }
|
|
|
| @@ -434,9 +437,6 @@ void SandboxIPCHandler::SendRendererReply(
|
| }
|
|
|
| SandboxIPCHandler::~SandboxIPCHandler() {
|
| - if (blink_platform_impl_)
|
| - blink::shutdownWithoutV8();
|
| -
|
| if (IGNORE_EINTR(close(lifeline_fd_)) < 0)
|
| PLOG(ERROR) << "close";
|
| if (IGNORE_EINTR(close(browser_socket_)) < 0)
|
|
|