| Index: runtime/bin/vmservice_dartium.cc
|
| diff --git a/runtime/bin/vmservice_dartium.cc b/runtime/bin/vmservice_dartium.cc
|
| index 40e61efd165f3774299532c06672c788ec3c6c2b..6215fe717fc328fc97f8d593c82a3811b066b116 100644
|
| --- a/runtime/bin/vmservice_dartium.cc
|
| +++ b/runtime/bin/vmservice_dartium.cc
|
| @@ -70,7 +70,8 @@ Dart_Isolate VmServiceServer::CreateIsolate(const uint8_t* snapshot_buffer) {
|
|
|
| ASSERT(Dart_IsServiceIsolate(isolate));
|
| if (!VmService::Setup(DEFAULT_VM_SERVICE_SERVER_IP,
|
| - DEFAULT_VM_SERVICE_SERVER_PORT)) {
|
| + DEFAULT_VM_SERVICE_SERVER_PORT,
|
| + false /* running_precompiled */)) {
|
| fprintf(stderr,
|
| "Vmservice::Setup failed: %s\n", VmService::GetErrorMessage());
|
| isolate = NULL;
|
|
|