| Index: pkg/compiler/lib/src/resolution/constructors.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/constructors.dart b/pkg/compiler/lib/src/resolution/constructors.dart
|
| index 970772454bd6ef1c19288e6951023ec1f24f5087..4a37428d40de8834832994b0a482dcfc3aad322b 100644
|
| --- a/pkg/compiler/lib/src/resolution/constructors.dart
|
| +++ b/pkg/compiler/lib/src/resolution/constructors.dart
|
| @@ -411,7 +411,7 @@ class InitializerResolver {
|
| reporter.reportErrorMessage(
|
| call, MessageKind.REDIRECTING_CONSTRUCTOR_HAS_INITIALIZER);
|
| } else {
|
| - constructor.isRedirectingGenerative = true;
|
| + constructor.isRedirectingGenerativeInternal = true;
|
| }
|
| // Check that there are no field initializing parameters.
|
| FunctionSignature signature = constructor.functionSignature;
|
|
|