| Index: sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart b/sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart
|
| index 3ed8b5dd109a7b1278cadd40c77b2cc8c28da521..cbf159c3fae7afd1906a4cedc97dd339c745dd58 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart
|
| @@ -4,11 +4,9 @@
|
|
|
| library mirror_renamer;
|
|
|
| -// TODO(zarah): Remove this hack! LibraryElementX should not be created outside
|
| -// the library loader!
|
| -import '../elements/modelx.dart' show LibraryElementX;
|
| import '../dart2jslib.dart' show Script, Compiler;
|
| import '../tree/tree.dart';
|
| +import '../scanner/scannerlib.dart' show SourceString, Token;
|
| import '../elements/elements.dart';
|
|
|
| -part 'renamer.dart';
|
| +part 'renamer.dart';
|
|
|