| Index: runtime/vm/raw_object_snapshot.cc
|
| ===================================================================
|
| --- runtime/vm/raw_object_snapshot.cc (revision 7305)
|
| +++ runtime/vm/raw_object_snapshot.cc (working copy)
|
| @@ -1780,6 +1780,9 @@
|
| Array& contents = Array::Handle();
|
| contents ^= reader->ReadObject();
|
| array.SetData(contents);
|
| + const AbstractTypeArguments& type_arguments =
|
| + AbstractTypeArguments::Handle(contents.GetTypeArguments());
|
| + array.SetTypeArguments(type_arguments);
|
| return array.raw();
|
| }
|
|
|
|
|