| Index: dart/lib/compiler/implementation/patch_parser.dart
|
| diff --git a/dart/lib/compiler/implementation/patch_parser.dart b/dart/lib/compiler/implementation/patch_parser.dart
|
| index 2c2b4b30d5815e71d54e290f2abf65c74d4bf416..cbfe9483475355cb9a76ac5f1705023a59b5234d 100644
|
| --- a/dart/lib/compiler/implementation/patch_parser.dart
|
| +++ b/dart/lib/compiler/implementation/patch_parser.dart
|
| @@ -292,7 +292,6 @@ class PatchMemberListener extends MemberListener implements PatchListener {
|
| }
|
|
|
| // TODO(ahe): Get rid of this class.
|
| -// Note: we never set [annotatedElement] for this class.
|
| class PatchMetadataAnnotation extends MetadataAnnotation {
|
| final Constant value = null;
|
|
|
|
|