| Index: runtime/vm/bootstrap.h
|
| ===================================================================
|
| --- runtime/vm/bootstrap.h (revision 3804)
|
| +++ runtime/vm/bootstrap.h (working copy)
|
| @@ -11,6 +11,7 @@
|
|
|
| // Forward declarations.
|
| class Library;
|
| +class RawError;
|
| class RawScript;
|
| class Script;
|
|
|
| @@ -18,7 +19,7 @@
|
| public:
|
| static RawScript* LoadScript();
|
| static RawScript* LoadImplScript();
|
| - static void Compile(const Library& library, const Script& script);
|
| + static RawError* Compile(const Library& library, const Script& script);
|
| static void SetupNativeResolver();
|
|
|
| private:
|
|
|