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