Index: runtime/vm/bootstrap.cc |
=================================================================== |
--- runtime/vm/bootstrap.cc (revision 41495) |
+++ runtime/vm/bootstrap.cc (working copy) |
@@ -33,8 +33,8 @@ |
static bootstrap_lib_props bootstrap_libraries[] = { |
INIT_LIBRARY(ObjectStore::kCore, |
core, |
- Bootstrap::corelib_source_paths_, |
- Bootstrap::corelib_patch_paths_), |
+ Bootstrap::core_source_paths_, |
+ Bootstrap::core_patch_paths_), |
INIT_LIBRARY(ObjectStore::kAsync, |
async, |
Bootstrap::async_source_paths_, |
@@ -49,8 +49,8 @@ |
Bootstrap::collection_patch_paths_), |
INIT_LIBRARY(ObjectStore::kInternal, |
_internal, |
- Bootstrap::internal_source_paths_, |
- Bootstrap::internal_patch_paths_), |
+ Bootstrap::_internal_source_paths_, |
+ Bootstrap::_internal_patch_paths_), |
INIT_LIBRARY(ObjectStore::kIsolate, |
isolate, |
Bootstrap::isolate_source_paths_, |