Chromium Code Reviews| Index: bin/gen_snapshot.cc |
| =================================================================== |
| --- bin/gen_snapshot.cc (revision 7933) |
| +++ bin/gen_snapshot.cc (working copy) |
| @@ -255,7 +255,7 @@ |
| // Initialize the Dart VM. |
| // Note: We don't expect isolates to be created from dart code during |
| // snapshot generation. |
| - Dart_Initialize(NULL, NULL); |
| + Dart_Initialize(NULL, NULL, NULL); |
| char* error; |
| Dart_Isolate isolate = Dart_CreateIsolate(NULL, NULL, NULL, NULL, &error); |