Index: ipc/ipc_sync_channel.cc |
=================================================================== |
--- ipc/ipc_sync_channel.cc (revision 39623) |
+++ ipc/ipc_sync_channel.cc (working copy) |
@@ -350,7 +350,7 @@ |
} else { |
// We got the reply, timed out or the process shutdown. |
DCHECK(event == GetSendDoneEvent()); |
- MessageLoop::current()->Quit(); |
+ MessageLoop::current()->QuitNow(); |
} |
} |