Index: runtime/bin/eventhandler_macos.h |
diff --git a/runtime/bin/eventhandler_macos.h b/runtime/bin/eventhandler_macos.h |
index a1f9734db9adf87b1bb9e42a35b4a8a15f91f8ea..e113082539c082025f431adcfc36340e37026d9e 100644 |
--- a/runtime/bin/eventhandler_macos.h |
+++ b/runtime/bin/eventhandler_macos.h |
@@ -105,7 +105,7 @@ class EventHandlerImplementation { |
// Gets the socket data structure for a given file |
// descriptor. Creates a new one if one is not found. |
SocketData* GetSocketData(intptr_t fd); |
- void SendData(intptr_t id, Dart_Port dart_port, intptr_t data); |
+ void SendData(intptr_t id, Dart_Port dart_port, int64_t data); |
void Start(); |
void Shutdown(); |