Chromium Code Reviews| Index: pkg/front_end/lib/src/fasta/builder/mixed_accessor.dart |
| diff --git a/pkg/front_end/lib/src/fasta/builder/mixed_accessor.dart b/pkg/front_end/lib/src/fasta/builder/mixed_accessor.dart |
| index 87ad32ee5d43069b23e5ae870fb9a786a83a17f1..59b65527f146e65ac8cec3f1951b929216db45c6 100644 |
| --- a/pkg/front_end/lib/src/fasta/builder/mixed_accessor.dart |
| +++ b/pkg/front_end/lib/src/fasta/builder/mixed_accessor.dart |
| @@ -18,4 +18,7 @@ class MixedAccessor extends Builder { |
| parent.fileUri) { |
| next = getter; |
| } |
| + |
| + @override |
| + String get fullNameForErrors => getter.fullNameForErrors; |
| } |