Index: runtime/bin/eventhandler_android.h |
diff --git a/runtime/bin/eventhandler_android.h b/runtime/bin/eventhandler_android.h |
index f127d6d07e612c561f8a2444d27332fc967d07cc..212193a336086bd6b5c1827607780ea694f117a0 100644 |
--- a/runtime/bin/eventhandler_android.h |
+++ b/runtime/bin/eventhandler_android.h |
@@ -116,8 +116,7 @@ class EventHandlerImplementation { |
static uint32_t GetHashmapHashFromFd(intptr_t fd); |
HashMap socket_map_; |
- int64_t timeout_; // Time for next timeout. |
- Dart_Port timeout_port_; |
+ TimeoutQueue timeout_queue_; |
bool shutdown_; |
int interrupt_fds_[2]; |
int epoll_fd_; |