Chromium Code Reviews| Index: runtime/vm/bootstrap.h |
| diff --git a/runtime/vm/bootstrap.h b/runtime/vm/bootstrap.h |
| index 6ebc8124637e56bb02d74bcbd24314939ed66c05..a38819480aa418170bc979e446e70c3a9bd42a41 100644 |
| --- a/runtime/vm/bootstrap.h |
| +++ b/runtime/vm/bootstrap.h |
| @@ -23,7 +23,7 @@ class Bootstrap : public AllStatic { |
| static const char* async_source_paths_[]; |
| static const char* corelib_source_paths_[]; |
| static const char* collection_source_paths_[]; |
| - static const char* collection_dev_source_paths_[]; |
| + static const char* internal_source_paths_[]; |
|
floitsch
2014/01/14 19:21:01
paths were sorted.
Lasse Reichstein Nielsen
2014/01/15 09:27:42
Done.
|
| static const char* convert_source_paths_[]; |
| static const char* isolate_source_paths_[]; |
| static const char* json_source_paths_[]; |
| @@ -36,7 +36,7 @@ class Bootstrap : public AllStatic { |
| static const char* async_patch_paths_[]; |
| static const char* corelib_patch_paths_[]; |
| static const char* collection_patch_paths_[]; |
| - static const char* collection_dev_patch_paths_[]; |
| + static const char* internal_patch_paths_[]; |
|
floitsch
2014/01/14 19:21:01
ditto.
Lasse Reichstein Nielsen
2014/01/15 09:27:42
Done.
|
| static const char* convert_patch_paths_[]; |
| static const char* isolate_patch_paths_[]; |
| static const char* math_patch_paths_[]; |