| Index: dart/lib/compiler/implementation/closure.dart
|
| diff --git a/dart/lib/compiler/implementation/closure.dart b/dart/lib/compiler/implementation/closure.dart
|
| index d70f23eaa41124006722f9f73f43f3975873aa8c..fea23ff155a5c90055f4a072ed3fc44082e07a4c 100644
|
| --- a/dart/lib/compiler/implementation/closure.dart
|
| +++ b/dart/lib/compiler/implementation/closure.dart
|
| @@ -16,7 +16,7 @@ class ClosureTask extends CompilerTask {
|
| : closureMappingCache = new Map<Node, ClosureClassMap>(),
|
| super(compiler);
|
|
|
| - String get name() => "Closure Simplifier";
|
| + String get name => "Closure Simplifier";
|
|
|
| ClosureClassMap computeClosureToClassMapping(FunctionExpression node,
|
| TreeElements elements) {
|
|
|