Index: runtime/vm/dart_api_message.cc |
=================================================================== |
--- runtime/vm/dart_api_message.cc (revision 32455) |
+++ runtime/vm/dart_api_message.cc (working copy) |
@@ -487,6 +487,7 @@ |
AddBackRef(object_id, value, kIsDeserialized); |
Dart_CObject* length = ReadObjectImpl(); |
ASSERT(length->type == Dart_CObject_kInt32); |
+ ReadObjectImpl(); // Read and skip instantiations_ field. |
for (int i = 0; i < length->value.as_int32; i++) { |
Dart_CObject* type = ReadObjectImpl(); |
if (type != &dynamic_type_marker) { |