| Index: runtime/vm/benchmark_test.h
|
| diff --git a/runtime/vm/benchmark_test.h b/runtime/vm/benchmark_test.h
|
| index b26a13985aa74ea2f3085868eefe01b56f5c49c6..de7d6ae5bcf2f0ada5a0906bd584576be34e4f18 100644
|
| --- a/runtime/vm/benchmark_test.h
|
| +++ b/runtime/vm/benchmark_test.h
|
| @@ -81,7 +81,7 @@ class Benchmark {
|
|
|
| Dart_Isolate CreateIsolate(const uint8_t* buffer) {
|
| char* err = NULL;
|
| - isolate_ = Dart_CreateIsolate(NULL, NULL, buffer, NULL, &err);
|
| + isolate_ = Dart_CreateIsolate(NULL, NULL, buffer, NULL, NULL, &err);
|
| EXPECT(isolate_ != NULL);
|
| free(err);
|
| return isolate_;
|
|
|