| Index: pkg/compiler/lib/src/common/backend_api.dart
|
| diff --git a/pkg/compiler/lib/src/common/backend_api.dart b/pkg/compiler/lib/src/common/backend_api.dart
|
| index d4a6a4d5b46b068df909164266378b5a6d3d2977..c2ff777ad40e0f1f91e331c80dd5cf2069c82f5a 100644
|
| --- a/pkg/compiler/lib/src/common/backend_api.dart
|
| +++ b/pkg/compiler/lib/src/common/backend_api.dart
|
| @@ -176,9 +176,6 @@ abstract class BackendClasses {
|
| /// Returns `true` if [cls] is a native class.
|
| bool isNativeClass(ClassEntity element);
|
|
|
| - /// Returns `true` if [element] is a native member of a native class.
|
| - bool isNativeMember(MemberEntity element);
|
| -
|
| /// Returns the type of the constant map implementation for a const map
|
| /// literal of [sourceType]. If [hasProtoKey] the map contains key of value
|
| /// '__proto__' and if [onlyStringKeys] all keys are string constants.
|
|
|