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

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

Issue 23593002: Only emit members in mirror helper symbolsmap. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Changed comment. 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 810d10205c59ba375589cd779a03f47fe38497f7..5bd0db1906492b84d4cd0da7d7e00b9e6908b6ca 100644
--- a/sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart
+++ b/sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart
@@ -8,6 +8,7 @@ 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;
+import '../dart_backend/dart_backend.dart' show DartBackend,
+ PlaceholderCollector;
part 'renamer.dart';

Powered by Google App Engine
This is Rietveld 408576698