Index: runtime/bin/eventhandler_linux.h |
diff --git a/runtime/bin/eventhandler_linux.h b/runtime/bin/eventhandler_linux.h |
index ebdcf7b0f4f6e681107d5d8302a299e5fb6937a6..e44e28309ad587c57b30cca078e28362f0dc3027 100644 |
--- a/runtime/bin/eventhandler_linux.h |
+++ b/runtime/bin/eventhandler_linux.h |
@@ -93,7 +93,7 @@ class EventHandlerImplementation { |
// descriptor. Creates a new one if one is not found. |
SocketData* GetSocketData(intptr_t fd); |
void SendData(intptr_t id, Dart_Port dart_port, int64_t data); |
- void Start(); |
+ void Start(EventHandler* handler); |
void Shutdown(); |
private: |