Chromium Code Reviews| Index: runtime/vm/dart_api_message.cc |
| =================================================================== |
| --- runtime/vm/dart_api_message.cc (revision 11629) |
| +++ runtime/vm/dart_api_message.cc (working copy) |
| @@ -387,7 +387,7 @@ |
| return AllocateDartCObjectBool(false); |
| } |
| if (object_id == kDynamicType || |
| - object_id == kDoubleInterface || |
| + object_id == kDoubleType || |
| object_id == kIntInterface || |
| object_id == kBoolType || |
| object_id == kStringInterface) { |