| Index: lib/compiler/implementation/namer.dart
|
| diff --git a/lib/compiler/implementation/namer.dart b/lib/compiler/implementation/namer.dart
|
| index 83b3c52f24576234bd8000821419f1b9bcf2a0cd..fc43d2fa4769c638aa0247219b969aa64655b66d 100644
|
| --- a/lib/compiler/implementation/namer.dart
|
| +++ b/lib/compiler/implementation/namer.dart
|
| @@ -35,7 +35,8 @@ 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 = Compiler.CALL_OPERATOR_NAME;
|
| + static final SourceString CLOSURE_INVOCATION_NAME =
|
| + Compiler.CALL_OPERATOR_NAME;
|
|
|
|
|
| String closureInvocationName(Selector selector) {
|
|
|