| 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 227b7f40e6a1426249f30706f5310f6a9d31b728..c5466eb1dfa1916fe30ab8bf385c228e973f9040 100644
|
| --- a/dart/lib/compiler/implementation/patch_parser.dart
|
| +++ b/dart/lib/compiler/implementation/patch_parser.dart
|
| @@ -297,6 +297,9 @@ 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;
|
| +
|
| + PatchMetadataAnnotation() : super(ClassElement.STATE_DONE);
|
| }
|
|
|