Chromium Code Reviews| Index: lib/compiler/implementation/ssa/codegen.dart |
| =================================================================== |
| --- lib/compiler/implementation/ssa/codegen.dart (revision 11646) |
| +++ lib/compiler/implementation/ssa/codegen.dart (working copy) |
| @@ -2336,7 +2336,7 @@ |
| }; |
| if (node.isChecked) { |
| - Type type = node.type.computeType(compiler); |
| + DartType type = node.type.computeType(compiler); |
| Element element = type.element; |
| world.registerIsCheck(element); |