| Index: runtime/vm/clustered_snapshot.h
|
| diff --git a/runtime/vm/clustered_snapshot.h b/runtime/vm/clustered_snapshot.h
|
| index 6cf9c39e5b8e1bc83fc8a33cb04d619c78bc0b68..aae4e82f710133d40bb3c111907a7477df8fa69b 100644
|
| --- a/runtime/vm/clustered_snapshot.h
|
| +++ b/runtime/vm/clustered_snapshot.h
|
| @@ -442,7 +442,7 @@ class FullSnapshotWriter {
|
| intptr_t isolate_snapshot_size_;
|
| ForwardList* forward_list_;
|
| InstructionsWriter* instructions_writer_;
|
| - Array& scripts_;
|
| + Array& token_streams_;
|
| Array& saved_symbol_table_;
|
| Array& new_vm_symbol_table_;
|
|
|
|
|