Index: content/child/child_thread.cc |
diff --git a/content/child/child_thread.cc b/content/child/child_thread.cc |
index f5061bfe16c5432c278bcd7bc0b3f0d4a751b52b..08ed77b9d70f5899b3e5881bdf72ddcdccaf5466 100644 |
--- a/content/child/child_thread.cc |
+++ b/content/child/child_thread.cc |
@@ -75,7 +75,7 @@ class SuicideOnChannelErrorFilter : public IPC::ChannelProxy::MessageFilter { |
// handlers. SIGALRM has a default disposition of terminating the |
// application. |
if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kChildCleanExit)) |
- alarm(30); |
+ return; |
else |
_exit(0); |
} |