| Index: pkg/compiler/lib/src/elements/elements.dart
|
| diff --git a/pkg/compiler/lib/src/elements/elements.dart b/pkg/compiler/lib/src/elements/elements.dart
|
| index 5560c4a454885012ec732e7c60708cbc79cecd13..4a8af6e0988407418e412e00e2fd8f455cd939e7 100644
|
| --- a/pkg/compiler/lib/src/elements/elements.dart
|
| +++ b/pkg/compiler/lib/src/elements/elements.dart
|
| @@ -413,7 +413,6 @@ abstract class Element implements Entity {
|
|
|
| void addMetadata(MetadataAnnotation annotation);
|
| void setNative(String name);
|
| - void setFixedBackendName(String name);
|
|
|
| Scope buildScope();
|
|
|
|
|