Chromium Code Reviews| Index: runtime/bin/eventhandler_macos.cc |
| =================================================================== |
| --- runtime/bin/eventhandler_macos.cc (revision 18727) |
| +++ runtime/bin/eventhandler_macos.cc (working copy) |
| @@ -135,8 +135,8 @@ |
| EventHandlerImplementation::~EventHandlerImplementation() { |
| - TEMP_FAILURE_RETRY(close(interrupt_fds_[0])); |
| - TEMP_FAILURE_RETRY(close(interrupt_fds_[1])); |
| + VOID_TEMP_FAILURE_RETRY(close(interrupt_fds_[0])); |
| + VOID_TEMP_FAILURE_RETRY(close(interrupt_fds_[1])); |
| } |