| Index: lib/compiler/implementation/ssa/codegen.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/ssa/codegen.dart (revision 14294)
|
| +++ lib/compiler/implementation/ssa/codegen.dart (working copy)
|
| @@ -159,6 +159,11 @@
|
| addBackendParameter(checkResultElement, parameters, parameterNames);
|
| }
|
| });
|
| + // Put the box parameter.
|
| + ClosureScope scopeData = closureData.capturingScopes[node];
|
| + if (scopeData != null) {
|
| + addBackendParameter(scopeData.boxElement, parameters, parameterNames);
|
| + }
|
| }
|
| }
|
|
|
|
|