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