| Index: runtime/bin/eventhandler_linux.cc
|
| diff --git a/runtime/bin/eventhandler_linux.cc b/runtime/bin/eventhandler_linux.cc
|
| index 64050cd78a22c072892fb77c1c45fa7f9a6d8f05..886388f31c02ffe4b08e441387d4810ef4ce23c5 100644
|
| --- a/runtime/bin/eventhandler_linux.cc
|
| +++ b/runtime/bin/eventhandler_linux.cc
|
| @@ -412,7 +412,7 @@ void EventHandlerImplementation::Shutdown() {
|
|
|
| void EventHandlerImplementation::SendData(intptr_t id,
|
| Dart_Port dart_port,
|
| - intptr_t data) {
|
| + int64_t data) {
|
| WakeupHandler(id, dart_port, data);
|
| }
|
|
|
|
|