| Index: lib/compiler/implementation/closure.dart
|
| diff --git a/lib/compiler/implementation/closure.dart b/lib/compiler/implementation/closure.dart
|
| index 70e05bdc2087956cb79ce33e7498358387373761..b8fd77a5ebb8483d946b144bd31eda54fb1feea6 100644
|
| --- a/lib/compiler/implementation/closure.dart
|
| +++ b/lib/compiler/implementation/closure.dart
|
| @@ -403,7 +403,7 @@ class ClosureTranslator extends AbstractVisitor {
|
| ClassElement globalizedElement = new ClosureClassElement(
|
| closureName, compiler, element.getCompilationUnit());
|
| FunctionElement callElement =
|
| - new FunctionElement.from(compiler.namer.CLOSURE_INVOCATION_NAME,
|
| + new FunctionElement.from(Namer.CLOSURE_INVOCATION_NAME,
|
| element,
|
| globalizedElement);
|
| globalizedElement.backendMembers =
|
|
|