Index: runtime/bin/eventhandler_win.h |
diff --git a/runtime/bin/eventhandler_win.h b/runtime/bin/eventhandler_win.h |
index 73e89174f0dab590ded31d4b57348c699ae5267e..280175cbbdddcb713cf47860ca7c9227948f6254 100644 |
--- a/runtime/bin/eventhandler_win.h |
+++ b/runtime/bin/eventhandler_win.h |
@@ -390,8 +390,7 @@ class EventHandlerImplementation { |
private: |
ClientSocket* client_sockets_head_; |
- int64_t timeout_; // Time for next timeout. |
- Dart_Port timeout_port_; |
+ TimeoutQueue timeout_queue_; // Time for next timeout. |
bool shutdown_; |
HANDLE completion_port_; |
}; |