| Index: runtime/vm/snapshot.h
|
| ===================================================================
|
| --- runtime/vm/snapshot.h (revision 39611)
|
| +++ runtime/vm/snapshot.h (working copy)
|
| @@ -272,8 +272,11 @@
|
| Object* GetBackRef(intptr_t id);
|
|
|
| // Read a full snap shot.
|
| - void ReadFullSnapshot();
|
| + RawApiError* ReadFullSnapshot();
|
|
|
| + // Read a script snap shot.
|
| + RawObject* ReadScriptSnapshot();
|
| +
|
| // Helper functions for creating uninitialized versions
|
| // of various object types. These are used when reading a
|
| // full snapshot.
|
|
|