| Index: runtime/vm/object.h
|
| ===================================================================
|
| --- runtime/vm/object.h (revision 3804)
|
| +++ runtime/vm/object.h (working copy)
|
| @@ -310,7 +310,7 @@
|
| const Script& script,
|
| const Library& lib);
|
|
|
| - static void Init(Isolate* isolate);
|
| + static RawError* Init(Isolate* isolate);
|
| static void InitFromSnapshot(Isolate* isolate);
|
| static void InitOnce();
|
|
|
| @@ -1729,7 +1729,7 @@
|
| static RawLibrary* NativeWrappersLibrary();
|
|
|
| // Eagerly compile all classes and functions in the library.
|
| - static void CompileAll();
|
| + static RawError* CompileAll();
|
|
|
| private:
|
| static const int kInitialImportsCapacity = 4;
|
|
|