| Index: lib/compiler/implementation/ssa/closure.dart
|
| diff --git a/lib/compiler/implementation/ssa/closure.dart b/lib/compiler/implementation/ssa/closure.dart
|
| index 09e025b3f8b8443de8f881e6a425bd70af186478..afbdfd302c505a54c34a0851a8ac24898e9e6aa5 100644
|
| --- a/lib/compiler/implementation/ssa/closure.dart
|
| +++ b/lib/compiler/implementation/ssa/closure.dart
|
| @@ -123,7 +123,7 @@ class ClosureTranslator extends AbstractVisitor {
|
| : capturedVariableMapping = new Map<Element, Element>(),
|
| closures = <FunctionExpression>[],
|
| this.compiler = compiler,
|
| - this.closureDataCache = compiler.builder.closureDataCache;
|
| + this.closureDataCache = compiler.backend.builder.closureDataCache;
|
|
|
| ClosureData translate(Node node) {
|
| // Closures have already been analyzed when visiting the surrounding
|
|
|