Index: runtime/vm/benchmark_test.h |
=================================================================== |
--- runtime/vm/benchmark_test.h (revision 7916) |
+++ runtime/vm/benchmark_test.h (working copy) |
@@ -60,7 +60,7 @@ |
Dart_Isolate CreateIsolate(uint8_t* buffer) { |
char* err = NULL; |
- isolate_ = Dart_CreateIsolate(NULL, buffer, NULL, &err); |
+ isolate_ = Dart_CreateIsolate(NULL, NULL, buffer, NULL, &err); |
EXPECT(isolate_ != NULL); |
free(err); |
return isolate_; |