| Index: runtime/bin/vmservice_dartium.cc
|
| diff --git a/runtime/bin/vmservice_dartium.cc b/runtime/bin/vmservice_dartium.cc
|
| index 613b005c100361621fce92f03c0ec6b9597666e7..f3c91d9e2d39d8290bdca49ed76527e9b2449c10 100644
|
| --- a/runtime/bin/vmservice_dartium.cc
|
| +++ b/runtime/bin/vmservice_dartium.cc
|
| @@ -47,7 +47,7 @@ Dart_Isolate VmServiceServer::CreateIsolate(const uint8_t* snapshot_buffer) {
|
| char* error = 0;
|
| Dart_Isolate isolate =
|
| Dart_CreateIsolate(DART_VM_SERVICE_ISOLATE_NAME, "main", snapshot_buffer,
|
| - NULL, isolate_data, &error);
|
| + NULL, NULL, isolate_data, &error);
|
| if (!isolate) {
|
| fprintf(stderr, "Dart_CreateIsolate failed: %s\n", error);
|
| return 0;
|
|
|