Chromium Code Reviews| Index: lib/compiler/implementation/ssa/nodes.dart |
| =================================================================== |
| --- lib/compiler/implementation/ssa/nodes.dart (revision 6728) |
| +++ lib/compiler/implementation/ssa/nodes.dart (working copy) |
| @@ -751,7 +751,7 @@ |
| if (this.type === temp.type) return this; |
| } |
| if (other.isUnknown()) return this; |
| - return CONFLICTING; |
| + return HType.CONFLICTING; |
| } |
| String toString() => type.toString(); |