| Index: runtime/bin/gen_snapshot.cc
|
| diff --git a/runtime/bin/gen_snapshot.cc b/runtime/bin/gen_snapshot.cc
|
| index 8480faea6f90252d806a6ef45be7f481e5fa1ddd..e352a46412ccac24fff07abe2d46a9907c295b8a 100644
|
| --- a/runtime/bin/gen_snapshot.cc
|
| +++ b/runtime/bin/gen_snapshot.cc
|
| @@ -379,7 +379,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);
|
|
|