Chromium Code Reviews| Index: runtime/vm/flow_graph_type_propagator.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_type_propagator.cc (revision 32424) |
| +++ runtime/vm/flow_graph_type_propagator.cc (working copy) |
| @@ -751,7 +751,8 @@ |
| value().GetClassId(), |
| AbstractType::ZoneHandle(Instance::Cast(value()).GetType())); |
| } else { |
| - return CompileType::Dynamic(); |
| + // Type info for non-instance objects. |
| + return CompileType::FromCid(value().GetClassId()); |
| } |
| } |