| Index: runtime/vm/dart_api_impl.cc
|
| diff --git a/runtime/vm/dart_api_impl.cc b/runtime/vm/dart_api_impl.cc
|
| index 6c69919b49c32d400aabad0caae3bf51a0078704..2b39710fb8fdb7f165043ae8a25135c907d590a7 100644
|
| --- a/runtime/vm/dart_api_impl.cc
|
| +++ b/runtime/vm/dart_api_impl.cc
|
| @@ -900,7 +900,7 @@ DART_EXPORT Dart_Port Dart_NewNativePort(const char* name,
|
|
|
| NativeMessageHandler* nmh = new NativeMessageHandler(name, handler);
|
| Dart_Port port_id = PortMap::CreatePort(nmh);
|
| - nmh->Run(Dart::thread_pool(), NULL, NULL, NULL);
|
| + nmh->Run(Dart::thread_pool(), NULL, NULL, 0);
|
| return port_id;
|
| }
|
|
|
|
|