| Index: runtime/bin/vmservice_impl.cc
|
| diff --git a/runtime/bin/vmservice_impl.cc b/runtime/bin/vmservice_impl.cc
|
| index 041cbde658193aaf41afeee297120964d53b0c17..e830389416c1917a95de66b8e8eec78e6bd92882 100644
|
| --- a/runtime/bin/vmservice_impl.cc
|
| +++ b/runtime/bin/vmservice_impl.cc
|
| @@ -161,7 +161,7 @@ intptr_t VmService::server_port_ = 0;
|
|
|
| bool VmService::Setup(const char* server_ip, intptr_t server_port) {
|
| Dart_Isolate isolate = Dart_CurrentIsolate();
|
| - ASSERT(isolate != DART_ILLEGAL_ISOLATE);
|
| + ASSERT(isolate != NULL);
|
| SetServerIPAndPort("", 0);
|
|
|
| Dart_Handle result;
|
|
|