Index: runtime/bin/eventhandler_macos.h |
diff --git a/runtime/bin/eventhandler_macos.h b/runtime/bin/eventhandler_macos.h |
index 6bf4d61a85016a6883e4ca3c34fba8f48804961b..0a17ed6732ba416efa15d4b9cf8943bb4cca855e 100644 |
--- a/runtime/bin/eventhandler_macos.h |
+++ b/runtime/bin/eventhandler_macos.h |
@@ -128,8 +128,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 kqueue_fd_; |