Chromium Code Reviews| Index: runtime/bin/gen_snapshot.cc |
| =================================================================== |
| --- runtime/bin/gen_snapshot.cc (revision 3366) |
| +++ runtime/bin/gen_snapshot.cc (working copy) |
| @@ -227,7 +227,7 @@ |
| Dart_Initialize(NULL, NULL); |
| char* error; |
| - Dart_Isolate isolate = Dart_CreateIsolate(NULL, NULL, &error); |
| + Dart_Isolate isolate = Dart_CreateIsolate(NULL, NULL, NULL, &error); |
| if (isolate == NULL) { |
| fprintf(stderr, "%s", error); |
| free(error); |