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

Unified Diff: sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart

Issue 23593002: Only emit members in mirror helper symbolsmap. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/dart_backend/backend.dart
diff --git a/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart b/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
index 68320025ad78e4c08a50850435bdb597b8141738..aaab842dba57ac41dab2c878bf8fcf9d479a9e5a 100644
--- a/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
+++ b/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
@@ -476,7 +476,7 @@ class DartBackend extends Backend {
}
if (useMirrorHelperLibrary) {
- mirrorRenamer.addRenames(renames, topLevelNodes);
+ mirrorRenamer.addRenames(renames, topLevelNodes, collector);
}
final unparser = new EmitterUnparser(renames);

Powered by Google App Engine
This is Rietveld 408576698