| Index: pkg/front_end/lib/src/fasta/builder/dynamic_type_builder.dart
|
| diff --git a/pkg/front_end/lib/src/fasta/builder/dynamic_type_builder.dart b/pkg/front_end/lib/src/fasta/builder/dynamic_type_builder.dart
|
| index 32675f3acb6071e42131b9beab319e2e7dc74717..630a412f01ca87f354ab5bfd986e207a5127520e 100644
|
| --- a/pkg/front_end/lib/src/fasta/builder/dynamic_type_builder.dart
|
| +++ b/pkg/front_end/lib/src/fasta/builder/dynamic_type_builder.dart
|
| @@ -14,7 +14,7 @@ class DynamicTypeBuilder<T extends TypeBuilder, R>
|
| final R type;
|
|
|
| DynamicTypeBuilder(this.type, LibraryBuilder compilationUnit, int charOffset)
|
| - : super(null, 0, "dynamic", null, compilationUnit, charOffset);
|
| + : super(null, 0, "dynamic", compilationUnit, charOffset);
|
|
|
| R buildType(List<T> arguments) => type;
|
|
|
|
|