| Index: runtime/vm/snapshot.h
|
| diff --git a/runtime/vm/snapshot.h b/runtime/vm/snapshot.h
|
| index 015a6fddb37af45a8c1c1c932a3a73ae9d212e23..c3b0454183d5d739fc7b1097cb87016d6048767d 100644
|
| --- a/runtime/vm/snapshot.h
|
| +++ b/runtime/vm/snapshot.h
|
| @@ -974,6 +974,7 @@ class SnapshotWriter : public BaseWriter {
|
|
|
| Thread* thread() const { return thread_; }
|
| Isolate* isolate() const { return thread_->isolate(); }
|
| + Zone* zone() const { return thread_->zone(); }
|
| ObjectStore* object_store() const { return object_store_; }
|
|
|
| private:
|
|
|