| Index: runtime/bin/eventhandler.cc
|
| diff --git a/runtime/bin/eventhandler.cc b/runtime/bin/eventhandler.cc
|
| index 3a86b2fd7c95e3b30e7d8e87ad535dbb029a4cd3..e19e9281ab191accf20f351688f86b501862d4a6 100644
|
| --- a/runtime/bin/eventhandler.cc
|
| +++ b/runtime/bin/eventhandler.cc
|
| @@ -90,7 +90,7 @@ void FUNCTION_NAME(EventHandler_SendData)(Dart_NativeArguments args) {
|
| if (Dart_IsNull(sender)) {
|
| id = kTimerId;
|
| } else {
|
| - Socket::GetSocketIdNativeField(sender, &id);
|
| + id = Socket::GetSocketIdNativeField(sender);
|
| }
|
| Dart_Handle handle = Dart_GetNativeArgument(args, 1);
|
| Dart_Port dart_port =
|
|
|