Chromium Code Reviews| Index: runtime/bin/dbg_connection_linux.cc |
| =================================================================== |
| --- runtime/bin/dbg_connection_linux.cc (revision 38031) |
| +++ runtime/bin/dbg_connection_linux.cc (working copy) |
| @@ -48,7 +48,7 @@ |
| void DebuggerConnectionImpl::Handler(uword args) { |
| - static const intptr_t kMaxEvents = 4; |
| + static const int kMaxEvents = 4; |
| struct epoll_event events[kMaxEvents]; |
| while (1) { |
| const int no_timeout = -1; |