Chromium Code Reviews| Index: runtime/vm/snapshot.h |
| =================================================================== |
| --- runtime/vm/snapshot.h (revision 43771) |
| +++ runtime/vm/snapshot.h (working copy) |
| @@ -368,6 +368,8 @@ |
| intptr_t NextAvailableObjectId() const; |
| + void SetReadException(const char* msg); |
| + |
| Snapshot::Kind kind_; // Indicates type of snapshot(full, script, message). |
| Isolate* isolate_; // Current isolate. |
| Heap* heap_; // Heap of the current isolate. |