Chromium Code Reviews| Index: dart/lib/compiler/implementation/ssa/codegen.dart |
| =================================================================== |
| --- dart/lib/compiler/implementation/ssa/codegen.dart (revision 7448) |
| +++ dart/lib/compiler/implementation/ssa/codegen.dart (working copy) |
| @@ -2191,7 +2191,7 @@ |
| buffer.add(')'); |
| endExpression(JSPrecedence.CALL_PRECEDENCE); |
| } else { |
| - visit(node.checkedInput, expectedPrecedence); |
| + use(node.checkedInput, expectedPrecedence); |
|
Lasse Reichstein Nielsen
2012/05/10 08:16:55
I think we are getting to the point where "visit"
ngeoffray
2012/05/10 08:19:38
Agree.
|
| } |
| } |
| } |