Index: runtime/vm/dart_api_message.cc |
diff --git a/runtime/vm/dart_api_message.cc b/runtime/vm/dart_api_message.cc |
index 9aa24a21c5f3cc9ee49a7171766ec556f9ad5f1d..88506424740b497fcd2e582129a339f36c4dbd4c 100644 |
--- a/runtime/vm/dart_api_message.cc |
+++ b/runtime/vm/dart_api_message.cc |
@@ -406,7 +406,7 @@ Dart_CObject* ApiMessageReader::ReadIndexedObject(intptr_t object_id) { |
} |
if (object_id == kDynamicType || |
object_id == kDoubleType || |
- object_id == kIntInterface || |
+ object_id == kIntType || |
object_id == kBoolType || |
object_id == kStringInterface) { |
// Always return dynamic type (this is only a marker). |