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