| Index: sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/elements/elements.dart b/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| index 8af9dfcb7b88cab4f9705e777b86b80d093268c4..26e8c324da6551abf795c3337d5d704117f903aa 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/elements/elements.dart
|
| @@ -790,6 +790,8 @@ abstract class FunctionElement extends Element {
|
|
|
| bool get isRedirectingFactory;
|
|
|
| + void setAbstract();
|
| +
|
| /**
|
| * Compute the type of the target of a redirecting constructor or factory
|
| * for an instantiation site with type [:newType:].
|
|
|