Chromium Code Reviews| Index: runtime/vm/bootstrap.cc |
| diff --git a/runtime/vm/bootstrap.cc b/runtime/vm/bootstrap.cc |
| index 8ef219d37bc483694c3ea7586018eb7e0099bd99..9839c5a952c0805bec5d897b6e6663867a16a407 100644 |
| --- a/runtime/vm/bootstrap.cc |
| +++ b/runtime/vm/bootstrap.cc |
| @@ -22,7 +22,7 @@ namespace dart { |
| DEFINE_FLAG(bool, |
| use_corelib_source_files, |
| - kDefaultCorelibSourceFlag, |
| + false, |
| "Attempt to use source files directly when loading in the core " |
| "libraries during the bootstrap process"); |