Chromium Code Reviews| Index: runtime/vm/unit_test.h |
| =================================================================== |
| --- runtime/vm/unit_test.h (revision 3366) |
| +++ runtime/vm/unit_test.h (working copy) |
| @@ -177,7 +177,7 @@ |
| private: |
| static Dart_Isolate CreateIsolate(uint8_t* buffer) { |
| char* err; |
| - Dart_Isolate isolate = Dart_CreateIsolate(buffer, NULL, &err); |
| + Dart_Isolate isolate = Dart_CreateIsolate(NULL, buffer, NULL, &err); |
| if (isolate == NULL) { |
| OS::Print("Creation of isolate failed '%s'\n", err); |
| free(err); |