Index: runtime/vm/raw_object_snapshot.cc |
=================================================================== |
--- runtime/vm/raw_object_snapshot.cc (revision 34737) |
+++ runtime/vm/raw_object_snapshot.cc (working copy) |
@@ -460,7 +460,7 @@ |
// Now set all the type fields. |
for (intptr_t i = 0; i < len; i++) { |
*reader->TypeHandle() ^= reader->ReadObjectImpl(); |
- type_arguments.set_type_at(i, *reader->TypeHandle()); |
+ type_arguments.SetTypeAt(i, *reader->TypeHandle()); |
} |
// If object needs to be a canonical object, Canonicalize it. |