Chromium Code Reviews| Index: runtime/bin/eventhandler_linux.h |
| diff --git a/runtime/bin/eventhandler_linux.h b/runtime/bin/eventhandler_linux.h |
| index b4a9f604247f33f1599e8d518530e2726471d9b9..849b0695be4b24c785d1b5762d37bd25d62d4c50 100644 |
| --- a/runtime/bin/eventhandler_linux.h |
| +++ b/runtime/bin/eventhandler_linux.h |
| @@ -46,7 +46,7 @@ class SocketData { |
| void Close() { |
| port_ = 0; |
| mask_ = 0; |
| - close(fd_); |
| + Socket::Close(fd_); |
| fd_ = -1; |
| } |