| Index: lib/compiler/implementation/ssa/closure.dart
|
| diff --git a/lib/compiler/implementation/ssa/closure.dart b/lib/compiler/implementation/ssa/closure.dart
|
| index 4a04d451554cd86329aae411f89a11a1e1583709..13f8b9ef142e2a5095ac65b2558a5275e55fc1ca 100644
|
| --- a/lib/compiler/implementation/ssa/closure.dart
|
| +++ b/lib/compiler/implementation/ssa/closure.dart
|
| @@ -330,7 +330,7 @@ class ClosureTranslator extends AbstractVisitor {
|
| ClassElement globalizedElement =
|
| new ClosureClassElement(compiler, element.getCompilationUnit());
|
| FunctionElement callElement =
|
| - new FunctionElement.from(Namer.CLOSURE_INVOCATION_NAME,
|
| + new FunctionElement.from(compiler.namer.CLOSURE_INVOCATION_NAME,
|
| element,
|
| globalizedElement);
|
| globalizedElement.backendMembers =
|
|
|