| Index: runtime/bin/vmservice_dartium.cc
|
| diff --git a/runtime/bin/vmservice_dartium.cc b/runtime/bin/vmservice_dartium.cc
|
| index 535fb41b1ddd91e4292c577e3e03839a2fa39014..cd40dd7e32247a67d6eb4e42e94aa8ade4950c49 100644
|
| --- a/runtime/bin/vmservice_dartium.cc
|
| +++ b/runtime/bin/vmservice_dartium.cc
|
| @@ -65,7 +65,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,
|
| - false /* running_precompiled */)) {
|
| + false /* running_precompiled */,
|
| + false /* disable origin checks */)) {
|
| fprintf(stderr,
|
| "Vmservice::Setup failed: %s\n", VmService::GetErrorMessage());
|
| isolate = NULL;
|
|
|