| Index: lib/compiler/implementation/patch_parser.dart
|
| diff --git a/lib/compiler/implementation/patch_parser.dart b/lib/compiler/implementation/patch_parser.dart
|
| index cbfe9483475355cb9a76ac5f1705023a59b5234d..2a719238d3ad19acec17868a0a2f02d794f8fd3f 100644
|
| --- a/lib/compiler/implementation/patch_parser.dart
|
| +++ b/lib/compiler/implementation/patch_parser.dart
|
| @@ -293,7 +293,7 @@ class PatchMemberListener extends MemberListener implements PatchListener {
|
|
|
| // TODO(ahe): Get rid of this class.
|
| class PatchMetadataAnnotation extends MetadataAnnotation {
|
| - final Constant value = null;
|
| + final leg.Constant value = null;
|
|
|
| PatchMetadataAnnotation() : super(STATE_DONE);
|
| }
|
|
|