Chromium Code Reviews| Index: runtime/bin/error_exit.cc |
| diff --git a/runtime/bin/error_exit.cc b/runtime/bin/error_exit.cc |
| index 191a8e516894c6b155a8aba23593daa2ba38886f..ebe7d34902107b480aad8accc65c0fd38d1b2ffd 100644 |
| --- a/runtime/bin/error_exit.cc |
| +++ b/runtime/bin/error_exit.cc |
| @@ -33,6 +33,7 @@ void ErrorExit(int exit_code, const char* format, ...) { |
| free(error); |
| } |
| + Process::ClearAllSignalHandlers(); |
| EventHandler::Stop(); |
| Platform::Exit(exit_code); |
| } |