| Index: sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/elements/elements.dart b/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| index b8a175b0e00c9880a9c14633a0ee4bcb39ba165a..6e2bd4bf94d7cef48817c4da56d9609a4f9e609f 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| @@ -1770,9 +1770,6 @@ abstract class ClassElement extends ScopeContainerElement
|
|
|
| bool isInterface() => false;
|
| bool isNative() => nativeTagInfo != null;
|
| - void setNative(String name) {
|
| - nativeTagInfo = new SourceString(name);
|
| - }
|
| int get hashCode => id;
|
|
|
| Scope buildScope() => new ClassScope(enclosingElement.buildScope(), this);
|
|
|