Chromium Code Reviews| Index: dart/lib/compiler/implementation/ssa/codegen.dart |
| =================================================================== |
| --- dart/lib/compiler/implementation/ssa/codegen.dart (revision 8145) |
| +++ dart/lib/compiler/implementation/ssa/codegen.dart (working copy) |
| @@ -260,7 +260,8 @@ |
| compiler, |
| intervalBuilder.liveInstructions, |
| intervalBuilder.liveIntervals, |
| - generateAtUseSite); |
| + generateAtUseSite, |
| + parameterNames); |
| allocator.visitGraph(graph); |
| variableNames = allocator.names; |
| } |