| Index: runtime/bin/eventhandler_linux.h
|
| diff --git a/runtime/bin/eventhandler_linux.h b/runtime/bin/eventhandler_linux.h
|
| index 37e42aa3bbdafd3be1629de35dd13a469fc35da8..ebdcf7b0f4f6e681107d5d8302a299e5fb6937a6 100644
|
| --- a/runtime/bin/eventhandler_linux.h
|
| +++ b/runtime/bin/eventhandler_linux.h
|
| @@ -92,7 +92,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();
|
|
|
|
|