| Index: runtime/vm/bootstrap.h
|
| ===================================================================
|
| --- runtime/vm/bootstrap.h (revision 4295)
|
| +++ runtime/vm/bootstrap.h (working copy)
|
| @@ -21,10 +21,12 @@
|
| static RawScript* LoadImplScript();
|
| static RawError* Compile(const Library& library, const Script& script);
|
| static void SetupNativeResolver();
|
| + static RawError* InitAdditionalLibraries();
|
|
|
| private:
|
| static const char corelib_source_[];
|
| static const char corelib_impl_source_[];
|
| + static const char mirrors_source_[];
|
| };
|
|
|
| } // namespace dart
|
|
|