| Index: dart/lib/compiler/implementation/closure.dart
|
| diff --git a/dart/lib/compiler/implementation/closure.dart b/dart/lib/compiler/implementation/closure.dart
|
| index 5b2bbd11832c4b6c8371d253b4c00ece4b001f39..090a8e9c5b304645014e2ee05fdd8ddd2f8148f9 100644
|
| --- a/dart/lib/compiler/implementation/closure.dart
|
| +++ b/dart/lib/compiler/implementation/closure.dart
|
| @@ -2,13 +2,12 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -#library("closureToClassMapper");
|
| +library closureToClassMapper;
|
|
|
| -#import("elements/elements.dart");
|
| -#import("leg.dart");
|
| -#import("scanner/scannerlib.dart");
|
| -#import("tree/tree.dart");
|
| -#import("util/util.dart");
|
| +import "elements/elements.dart";
|
| +import "dart2jslib.dart";
|
| +import "tree/tree.dart";
|
| +import "util/util.dart";
|
|
|
| class ClosureTask extends CompilerTask {
|
| Map<Node, ClosureClassMap> closureMappingCache;
|
|
|