| Index: sdk/lib/_internal/compiler/implementation/dart_backend/dart_tree.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/dart_backend/dart_tree.dart b/sdk/lib/_internal/compiler/implementation/dart_backend/dart_tree.dart
|
| index 424034a765ed15f22a190479d584cbf50b10c353..ed35ffa89e294c2917da000a92efbefb55c26f72 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/dart_backend/dart_tree.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/dart_backend/dart_tree.dart
|
| @@ -147,7 +147,7 @@ class InvokeSuperMethod extends Expression implements Invoke {
|
| * Call to a factory or generative constructor.
|
| */
|
| class InvokeConstructor extends Expression implements Invoke {
|
| - final GenericType type;
|
| + final DartType type;
|
| final FunctionElement target;
|
| final List<Expression> arguments;
|
| final Selector selector;
|
|
|