| Index: runtime/vm/dart_api_message.cc
|
| diff --git a/runtime/vm/dart_api_message.cc b/runtime/vm/dart_api_message.cc
|
| index 7541536cdf68639d3453d7117a5cc1250b603de9..2759e099f1100d0a48823c8ccb92fcaaf26d43ab 100644
|
| --- a/runtime/vm/dart_api_message.cc
|
| +++ b/runtime/vm/dart_api_message.cc
|
| @@ -410,7 +410,7 @@ Dart_CObject* ApiMessageReader::ReadIndexedObject(intptr_t object_id) {
|
| object_id == kDoubleType ||
|
| object_id == kIntType ||
|
| object_id == kBoolType ||
|
| - object_id == kStringInterface) {
|
| + object_id == kStringType) {
|
| // Always return dynamic type (this is only a marker).
|
| return &dynamic_type_marker;
|
| }
|
|
|