Index: content/app/content_main_runner.cc |
diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc |
index 22115ced37a5837dade8ddbcc6e1cd092ea82065..e35c8e485eb27a87a5317e5fcefa6ec878fd7117 100644 |
--- a/content/app/content_main_runner.cc |
+++ b/content/app/content_main_runner.cc |
@@ -222,7 +222,7 @@ void SetupSignalHandlers() { |
} |
// Always ignore SIGPIPE. We check the return value of write(). |
- CHECK(signal(SIGPIPE, SIG_IGN) != SIG_ERR); |
+ CHECK(base::IgnoreSigPipe()); |
} |
#endif // OS_POSIX && !OS_IOS |