| Index: pkg/front_end/lib/src/fasta/builder/builder.dart
|
| diff --git a/pkg/front_end/lib/src/fasta/builder/builder.dart b/pkg/front_end/lib/src/fasta/builder/builder.dart
|
| index f2349136dc1dcfdf5964e470a955867a8788db59..6f6f6f8da88c08da1fac8030e99a63d999cc8452 100644
|
| --- a/pkg/front_end/lib/src/fasta/builder/builder.dart
|
| +++ b/pkg/front_end/lib/src/fasta/builder/builder.dart
|
| @@ -168,6 +168,8 @@ abstract class Builder {
|
|
|
| bool get hasProblem => false;
|
|
|
| + String get fullNameForErrors;
|
| +
|
| static Uri getUri(Builder builder) {
|
| if (builder == null) return internalError("Builder is null.");
|
| while (builder != null) {
|
|
|