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