| 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.
|
|
|