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

Unified Diff: sdk/lib/_internal/lib/mirror_helper.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/lib/mirror_helper.dart
diff --git a/sdk/lib/_internal/lib/mirror_helper.dart b/sdk/lib/_internal/lib/mirror_helper.dart
index 21245d218763a4b1a6aab1044f6a6451a3f327df..9c3024fa606840d1b36a5a83fb3a0364134a6698 100644
--- a/sdk/lib/_internal/lib/mirror_helper.dart
+++ b/sdk/lib/_internal/lib/mirror_helper.dart
@@ -11,7 +11,7 @@ import 'dart:mirrors';
/// The compiler will replace this variable with a map containing all the
/// renames made in dart2dart.
-const Map _SYMBOLS = null;
+const Map<String, String> _SYMBOLS = null;
/// This method is a wrapper for MirrorSystem.getName() and will be inlined and
/// called in the generated output Dart code.

Powered by Google App Engine
This is Rietveld 408576698