Index: runtime/bin/gen_snapshot.cc |
diff --git a/runtime/bin/gen_snapshot.cc b/runtime/bin/gen_snapshot.cc |
index 77b98cb29262bec67557b256ff49943c0875777a..072cd233dfe4b9ebb1a7a9c2d62823808653c7d2 100644 |
--- a/runtime/bin/gen_snapshot.cc |
+++ b/runtime/bin/gen_snapshot.cc |
@@ -380,7 +380,7 @@ int main(int argc, char** argv) { |
CHECK_RESULT(result); |
// Load specified script. |
- library = DartUtils::LoadScript(app_script_name, true, builtin_lib); |
+ library = DartUtils::LoadScript(app_script_name, builtin_lib); |
// Now create and write snapshot of script. |
CreateAndWriteSnapshot(true); |