| Index: lib/compiler/implementation/namer.dart
|
| diff --git a/lib/compiler/implementation/namer.dart b/lib/compiler/implementation/namer.dart
|
| index f9a21c82906bfdef084dbac10048590fe3b4b089..616d2da35541276f3d001c62b27bac9c2165c976 100644
|
| --- a/lib/compiler/implementation/namer.dart
|
| +++ b/lib/compiler/implementation/namer.dart
|
| @@ -35,7 +35,7 @@ class Namer {
|
| /** Some closures must contain their name. The name is stored in
|
| * [STATIC_CLOSURE_NAME_NAME]. */
|
| final String STATIC_CLOSURE_NAME_NAME = @'$name';
|
| - final SourceString CLOSURE_INVOCATION_NAME = const SourceString(@'$call');
|
| + final SourceString CLOSURE_INVOCATION_NAME = Compiler.CALL_OPERATOR_NAME;
|
|
|
|
|
| String closureInvocationName(Selector selector) {
|
|
|