| Index: runtime/vm/clustered_snapshot.cc
|
| diff --git a/runtime/vm/clustered_snapshot.cc b/runtime/vm/clustered_snapshot.cc
|
| index a5346975c0b9972b38066db3c30421f50ddb3e45..d6dddcf363e02e80955f58bfcc06a5bdbd3ac80e 100644
|
| --- a/runtime/vm/clustered_snapshot.cc
|
| +++ b/runtime/vm/clustered_snapshot.cc
|
| @@ -3475,7 +3475,7 @@ class MintDeserializationCluster : public DeserializationCluster {
|
| }
|
| }
|
| const Array& constants_array =
|
| - Array::Handle(zone, Array::MakeFixedLength(new_constants));
|
| + Array::Handle(zone, Array::MakeArray(new_constants));
|
| const Class& mint_cls =
|
| Class::Handle(zone, Isolate::Current()->object_store()->mint_class());
|
| mint_cls.set_constants(constants_array);
|
|
|