| Index: sdk/lib/_internal/compiler/implementation/js_backend/namer.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/js_backend/namer.dart b/sdk/lib/_internal/compiler/implementation/js_backend/namer.dart
|
| index 817cc1518fe74e958d384d3849d4a38202d25cea..61f6d847fb1da5aa06ee9302ae4955b058e80c02 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/js_backend/namer.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/js_backend/namer.dart
|
| @@ -676,9 +676,6 @@ class Namer implements ClosureNamer {
|
| * [isolateAccess]/[isolateBailoutAccess] or [isolatePropertyAccess] instead.
|
| */
|
| String getName(Element element) {
|
| - if (element.hasFixedBackendName()) {
|
| - return element.fixedBackendName();
|
| - }
|
| if (element.isInstanceMember()) {
|
| if (element.kind == ElementKind.GENERATIVE_CONSTRUCTOR_BODY
|
| || element.kind == ElementKind.FUNCTION) {
|
|
|