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

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

Issue 339563002: Remove scanBuiltinLibraries. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments. Created 6 years, 6 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/renamer.dart
diff --git a/sdk/lib/_internal/compiler/implementation/mirror_renamer/renamer.dart b/sdk/lib/_internal/compiler/implementation/mirror_renamer/renamer.dart
index 156a9705275b14d75e8f1ee0f17386714a7f086f..3b32fecf281132cd46b7aaf64c2a56cb86cf510a 100644
--- a/sdk/lib/_internal/compiler/implementation/mirror_renamer/renamer.dart
+++ b/sdk/lib/_internal/compiler/implementation/mirror_renamer/renamer.dart
@@ -6,7 +6,8 @@ part of mirror_renamer;
class MirrorRenamer {
static const String MIRROR_HELPER_GET_NAME_FUNCTION = 'helperGetName';
- static const String MIRROR_HELPER_LIBRARY_NAME = '_mirror_helper';
+ static final Uri DART_MIRROR_HELPER =
+ new Uri(scheme: 'dart', path: '_mirror_helper');
static const String MIRROR_HELPER_SYMBOLS_MAP_NAME = '_SYMBOLS';
/// Maps mangled name to original name.

Powered by Google App Engine
This is Rietveld 408576698