| Index: runtime/vm/bootstrap.h
|
| diff --git a/runtime/vm/bootstrap.h b/runtime/vm/bootstrap.h
|
| index 0b7412a9008d6a19e7adf843e3e6e675ae67fa04..9f7f4e1ee74a082f382d0162bcaee774255f60e6 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* LoadCollectionScript(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 collection_source_[];
|
| static const char math_source_[];
|
| static const char math_patch_[];
|
| static const char isolate_source_[];
|
|
|