| Index: lib/compiler/implementation/ssa/codegen.dart
|
| diff --git a/lib/compiler/implementation/ssa/codegen.dart b/lib/compiler/implementation/ssa/codegen.dart
|
| index 5635bd0b1c1fd024b53a4f3da6d0ca37161dc0fd..ba3cdb8c3e2ed6094770af40fa3fb3b25121d378 100644
|
| --- a/lib/compiler/implementation/ssa/codegen.dart
|
| +++ b/lib/compiler/implementation/ssa/codegen.dart
|
| @@ -1664,7 +1664,7 @@ class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
|
| buffer.add(compiler.namer.closureInvocationName(node.selector));
|
| visitArguments(node.inputs);
|
| // TODO(floitsch): we should have a separate list for closure invocations.
|
| - world.registerDynamicInvocation(Namer.CLOSURE_INVOCATION_NAME,
|
| + world.registerDynamicInvocation(compiler.namer.CLOSURE_INVOCATION_NAME,
|
| node.selector);
|
| endExpression(JSPrecedence.CALL_PRECEDENCE);
|
| }
|
|
|