| Index: lib/compiler/implementation/elements/elements.dart
|
| diff --git a/lib/compiler/implementation/elements/elements.dart b/lib/compiler/implementation/elements/elements.dart
|
| index 3ff6006c457cc11f9b32c7b810cd65cf7b8707e0..6a5e0c6eeee7d6eb8a9aff195ef99534e81962e9 100644
|
| --- a/lib/compiler/implementation/elements/elements.dart
|
| +++ b/lib/compiler/implementation/elements/elements.dart
|
| @@ -1625,8 +1625,6 @@ class MetadataAnnotation {
|
|
|
| MetadataAnnotation([this.resolutionState = STATE_NOT_STARTED]);
|
|
|
| - abstract Node parseNode(DiagnosticListener listener);
|
| -
|
| MetadataAnnotation ensureResolved(Compiler compiler) {
|
| if (resolutionState == STATE_NOT_STARTED) {
|
| compiler.resolver.resolveMetadataAnnotation(this);
|
|
|