| Index: runtime/vm/bootstrap.h | 
| =================================================================== | 
| --- runtime/vm/bootstrap.h	(revision 7858) | 
| +++ runtime/vm/bootstrap.h	(working copy) | 
| @@ -19,6 +19,7 @@ | 
| public: | 
| static RawScript* LoadScript(); | 
| static RawScript* LoadImplScript(); | 
| +  static RawScript* LoadMathScript(); | 
| static RawScript* LoadIsolateScript(); | 
| static RawScript* LoadMirrorsScript(); | 
| static RawError* Compile(const Library& library, const Script& script); | 
| @@ -27,6 +28,7 @@ | 
| private: | 
| static const char corelib_source_[]; | 
| static const char corelib_impl_source_[]; | 
| +  static const char math_source_[]; | 
| static const char isolate_source_[]; | 
| static const char mirrors_source_[]; | 
| }; | 
|  |