Index: runtime/bin/eventhandler_linux.h |
diff --git a/runtime/bin/eventhandler_linux.h b/runtime/bin/eventhandler_linux.h |
index d8fc509d5c46b8a8e514ea4ee91e886e99aa7bd2..3a2fe83598a24d47d1eefdcf42e162eb570efab1 100644 |
--- a/runtime/bin/eventhandler_linux.h |
+++ b/runtime/bin/eventhandler_linux.h |
@@ -115,8 +115,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_; |