Index: runtime/bin/eventhandler_macos.h |
diff --git a/runtime/bin/eventhandler_macos.h b/runtime/bin/eventhandler_macos.h |
index e113082539c082025f431adcfc36340e37026d9e..cbc6040df59b634616f89cc674802d44c3f54eb4 100644 |
--- a/runtime/bin/eventhandler_macos.h |
+++ b/runtime/bin/eventhandler_macos.h |
@@ -106,7 +106,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: |