Chromium Code Reviews| Index: dart/lib/compiler/implementation/ssa/types.dart |
| =================================================================== |
| --- dart/lib/compiler/implementation/ssa/types.dart (revision 7453) |
| +++ dart/lib/compiler/implementation/ssa/types.dart (working copy) |
| @@ -410,7 +410,7 @@ |
| HType combine(HType other) { |
| if (other.isString()) return other; |
| - if (other.isIndexablePrimitive) return HType.STRING; |
| + if (other.isIndexablePrimitive()) return HType.STRING; |
| return super.combine(other); |
| } |
| } |