Index: runtime/vm/dart_api_message.cc |
diff --git a/runtime/vm/dart_api_message.cc b/runtime/vm/dart_api_message.cc |
index 9c12280fd6937c3508a10e8099f1b68d3fe5bb2a..7037a1356875d5a070bbb9900e5d91a27953fd73 100644 |
--- a/runtime/vm/dart_api_message.cc |
+++ b/runtime/vm/dart_api_message.cc |
@@ -413,7 +413,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; |
} |