| Index: dart/runtime/vm/flow_graph_type_propagator.cc
 | 
| ===================================================================
 | 
| --- dart/runtime/vm/flow_graph_type_propagator.cc	(revision 31530)
 | 
| +++ dart/runtime/vm/flow_graph_type_propagator.cc	(working copy)
 | 
| @@ -879,6 +879,11 @@
 | 
|  }
 | 
|  
 | 
|  
 | 
| +CompileType StringToCharCodeInstr::ComputeType() const {
 | 
| +    return CompileType::FromCid(kSmiCid);
 | 
| +}
 | 
| +
 | 
| +
 | 
|  CompileType StringInterpolateInstr::ComputeType() const {
 | 
|    // TODO(srdjan): Do better and determine if it is a one or two byte string.
 | 
|    return CompileType::String();
 | 
| 
 |