Chromium Code Reviews| Index: runtime/bin/dbg_connection_macos.cc |
| =================================================================== |
| --- runtime/bin/dbg_connection_macos.cc (revision 37971) |
| +++ runtime/bin/dbg_connection_macos.cc (working copy) |
| @@ -76,7 +76,7 @@ |
| if (DebuggerConnectionHandler::IsConnected()) { |
| FATAL("Cannot connect to more than one debugger.\n"); |
| } |
| - int fd = ServerSocket::Accept(ident); |
| + intptr_t fd = ServerSocket::Accept(ident); |
| if (fd < 0) { |
| FATAL("Accepting new debugger connection failed.\n"); |
| } |