| Index: pkg/front_end/lib/src/fasta/export.dart
|
| diff --git a/pkg/front_end/lib/src/fasta/export.dart b/pkg/front_end/lib/src/fasta/export.dart
|
| index 17894a722cf25970212d7d06abc6252fadfadeac..a31a5c098319f4eaf02fe11feda212eea8a8d15c 100644
|
| --- a/pkg/front_end/lib/src/fasta/export.dart
|
| +++ b/pkg/front_end/lib/src/fasta/export.dart
|
| @@ -20,7 +20,9 @@ class Export {
|
|
|
| final List<Combinator> combinators;
|
|
|
| - Export(this.exporter, this.exported, this.combinators);
|
| + Export(this.exporter, this.exported, this.combinators, int charOffset);
|
| +
|
| + Uri get fileUri => exporter.fileUri;
|
|
|
| bool addToExportScope(String name, Builder member) {
|
| if (combinators != null) {
|
|
|