Chromium Code Reviews| Index: runtime/bin/process_linux.cc |
| diff --git a/runtime/bin/process_linux.cc b/runtime/bin/process_linux.cc |
| index 3ab2072d8912aac7ad3819148c33329f6fb43e9b..adf5cd4177db26ee0d277a4e08fd895aaafe9b8e 100644 |
| --- a/runtime/bin/process_linux.cc |
| +++ b/runtime/bin/process_linux.cc |
| @@ -153,7 +153,6 @@ class ExitCodeHandler { |
| // Get the write end of the pipe. |
| static int WakeUpFd() { |
| - ASSERT(initialized_); |
| return sig_chld_fds_[1]; |
| } |