Index: runtime/vm/snapshot.h |
diff --git a/runtime/vm/snapshot.h b/runtime/vm/snapshot.h |
index 161da597f2719879c0286cfe11438895f097f235..4b3a27818824ec56ec79baafcebc6f73ef19408b 100644 |
--- a/runtime/vm/snapshot.h |
+++ b/runtime/vm/snapshot.h |
@@ -450,6 +450,8 @@ class SnapshotReader : public BaseReader { |
RawObject* VmIsolateSnapshotObject(intptr_t index) const; |
+ bool is_vm_isolate() const; |
+ |
Snapshot::Kind kind_; // Indicates type of snapshot(full, script, message). |
Isolate* isolate_; // Current isolate. |
Zone* zone_; // Zone for allocations while reading snapshot. |