| Index: lib/compiler/implementation/ssa/closure.dart
|
| diff --git a/lib/compiler/implementation/ssa/closure.dart b/lib/compiler/implementation/ssa/closure.dart
|
| index ab2d6a48c541bdbf94572232acce6b9d99a23635..5a167cfa18c27dec2ec804425e11a5482528e0c1 100644
|
| --- a/lib/compiler/implementation/ssa/closure.dart
|
| +++ b/lib/compiler/implementation/ssa/closure.dart
|
| @@ -195,6 +195,7 @@ class ClosureTranslator extends AbstractVisitor {
|
| scopeVariables.add(element);
|
| }
|
|
|
| +
|
| visit(Node node) => node.accept(this);
|
|
|
| visitNode(Node node) => node.visitChildren(this);
|
|
|