| Index: runtime/vm/dart_api_message.cc
|
| ===================================================================
|
| --- runtime/vm/dart_api_message.cc (revision 11414)
|
| +++ runtime/vm/dart_api_message.cc (working copy)
|
| @@ -389,7 +389,7 @@
|
| if (object_id == kDynamicType ||
|
| object_id == kDoubleInterface ||
|
| object_id == kIntInterface ||
|
| - object_id == kBoolInterface ||
|
| + object_id == kBoolType ||
|
| object_id == kStringInterface) {
|
| // Always return dynamic type (this is only a marker).
|
| return &dynamic_type_marker;
|
|
|