Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Unified Diff: sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart

Issue 22791002: Add renames in output when using the mirror helper library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added an assert. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..810d10205c59ba375589cd779a03f47fe38497f7 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,10 @@
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';
+import '../dart_backend/dart_backend.dart' show DartBackend;
-part 'renamer.dart';
+part 'renamer.dart';

Powered by Google App Engine
This is Rietveld 408576698