Index: runtime/bin/gen_snapshot.cc |
diff --git a/runtime/bin/gen_snapshot.cc b/runtime/bin/gen_snapshot.cc |
index 2f2c6f249aad221ec04d4f9557979de2591ec794..ac50f47cd82336cc93b62317c6bd93835d78ed6d 100644 |
--- a/runtime/bin/gen_snapshot.cc |
+++ b/runtime/bin/gen_snapshot.cc |
@@ -301,7 +301,7 @@ int main(int argc, char** argv) { |
// Initialize the Dart VM. |
// Note: We don't expect isolates to be created from dart code during |
// snapshot generation. |
- if (!Dart_Initialize(NULL, NULL, NULL)) { |
+ if (!Dart_Initialize(NULL, NULL, NULL, NULL)) { |
Log::PrintErr("VM initialization failed\n"); |
return 255; |
} |