Index: runtime/bin/gen_snapshot.cc |
diff --git a/runtime/bin/gen_snapshot.cc b/runtime/bin/gen_snapshot.cc |
index 05b38421b438aeaa4494c11acf4da18bd718f3d1..669e8e2cb347c00bd43971f1e7fc2445a23c649b 100644 |
--- a/runtime/bin/gen_snapshot.cc |
+++ b/runtime/bin/gen_snapshot.cc |
@@ -1055,7 +1055,7 @@ static void CreateAndWritePrecompiledSnapshot( |
Dart_Handle result; |
// Precompile with specified embedder entry points |
- result = Dart_Precompile(standalone_entry_points, true, NULL, 0); |
+ result = Dart_Precompile(standalone_entry_points, NULL, 0); |
CHECK_RESULT(result); |
// Create a precompiled snapshot. |