Chromium Code Reviews| Index: lib/compiler/implementation/ssa/codegen.dart | 
| =================================================================== | 
| --- lib/compiler/implementation/ssa/codegen.dart (revision 14321) | 
| +++ lib/compiler/implementation/ssa/codegen.dart (working copy) | 
| @@ -159,6 +159,11 @@ | 
| addBackendParameter(checkResultElement, parameters, parameterNames); | 
| } | 
| }); | 
| + // Put the box parameter. | 
| 
 
ahe
2012/11/06 15:14:22
What does this comment mean?
 
 | 
| + ClosureScope scopeData = closureData.capturingScopes[node]; | 
| + if (scopeData != null) { | 
| + addBackendParameter(scopeData.boxElement, parameters, parameterNames); | 
| + } | 
| } | 
| } |