| Index: runtime/vm/clustered_snapshot.h
|
| diff --git a/runtime/vm/clustered_snapshot.h b/runtime/vm/clustered_snapshot.h
|
| index 8e76043cea481fe51b1e868d1bf785a7e4cd0299..a91497f170b60eeac136c1015a975b4fc54e14a6 100644
|
| --- a/runtime/vm/clustered_snapshot.h
|
| +++ b/runtime/vm/clustered_snapshot.h
|
| @@ -377,6 +377,7 @@ class Deserializer : public StackResource {
|
| Snapshot::Kind kind_;
|
| ReadStream stream_;
|
| InstructionsReader* instructions_reader_;
|
| + intptr_t num_base_objects_;
|
| intptr_t num_objects_;
|
| intptr_t num_clusters_;
|
| RawArray* refs_;
|
|
|