| Index: runtime/vm/raw_object_snapshot.cc
|
| ===================================================================
|
| --- runtime/vm/raw_object_snapshot.cc (revision 32504)
|
| +++ runtime/vm/raw_object_snapshot.cc (working copy)
|
| @@ -453,7 +453,7 @@
|
| type_arguments.set_instantiations(*reader->ArrayHandle());
|
| for (intptr_t i = 0; i < len; i++) {
|
| *reader->TypeHandle() ^= reader->ReadObjectImpl();
|
| - type_arguments.SetTypeAt(i, *reader->TypeHandle());
|
| + type_arguments.set_type_at(i, *reader->TypeHandle());
|
| }
|
|
|
| // If object needs to be a canonical object, Canonicalize it.
|
|
|