| 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 9f4c8163c6da1d4e551259836acbe9b0df7020a9..d9a6f1bfb6f8d8f51b3a6eb7586029354e9e828e 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart
|
| @@ -409,7 +409,8 @@ class DartBackend extends Backend {
|
| && isSafeToRemoveTypeDeclarations(classMembers));
|
| renamePlaceholders(
|
| compiler, collector, renames, imports,
|
| - fixedMemberNames, shouldCutDeclarationTypes);
|
| + fixedMemberNames, shouldCutDeclarationTypes,
|
| + uniqueGlobalNaming: useMirrorHelperLibrary);
|
|
|
| // Sort elements.
|
| final sortedTopLevels = sortElements(topLevelElements);
|
|
|