| Index: runtime/vm/bootstrap.h
|
| diff --git a/runtime/vm/bootstrap.h b/runtime/vm/bootstrap.h
|
| index 0b7412a9008d6a19e7adf843e3e6e675ae67fa04..a9c383088dfcc6432983a30434b4c4b1fdd8a128 100644
|
| --- a/runtime/vm/bootstrap.h
|
| +++ b/runtime/vm/bootstrap.h
|
| @@ -19,6 +19,7 @@ class Bootstrap : public AllStatic {
|
| public:
|
| static RawScript* LoadCoreScript(bool patch);
|
| static RawScript* LoadCoreImplScript(bool patch);
|
| + static RawScript* LoadCollectionsScript(bool patch);
|
| static RawScript* LoadMathScript(bool patch);
|
| static RawScript* LoadIsolateScript(bool patch);
|
| static RawScript* LoadMirrorsScript(bool patch);
|
| @@ -33,6 +34,7 @@ class Bootstrap : public AllStatic {
|
| static const char corelib_patch_[];
|
| static const char corelib_impl_source_[];
|
| static const char corelib_impl_patch_[];
|
| + static const char collections_source_[];
|
| static const char math_source_[];
|
| static const char math_patch_[];
|
| static const char isolate_source_[];
|
|
|