| Index: runtime/bin/vmservice_impl.cc
|
| diff --git a/runtime/bin/vmservice_impl.cc b/runtime/bin/vmservice_impl.cc
|
| index 148e8c7ea989cca692f1fbe6e068517b057148c6..5268a896677157babd0227595c2a251d4567ae94 100644
|
| --- a/runtime/bin/vmservice_impl.cc
|
| +++ b/runtime/bin/vmservice_impl.cc
|
| @@ -94,7 +94,7 @@ bool VmService::Start(const char *server_ip, intptr_t server_port) {
|
| return r;
|
| }
|
| // Start processing messages in a new thread.
|
| - dart::Thread::Start(ThreadMain, NULL);
|
| + dart::Thread::Start(ThreadMain, static_cast<uword>(NULL));
|
| return true;
|
| }
|
|
|
|
|