| 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 1ccf7680b34da0fe01c9ed44e14e8b57629dcb17..d15f041fde4e4f48f13e61a3311074e61b654a15 100644
|
| --- a/pkg/compiler/lib/src/resolution/constructors.dart
|
| +++ b/pkg/compiler/lib/src/resolution/constructors.dart
|
| @@ -222,8 +222,8 @@ class InitializerResolver {
|
| functionNode, calledConstructor, callStructure, className,
|
| isImplicitSuperCall: true);
|
| if (!result.isError) {
|
| - registry.registerStaticUse(
|
| - new StaticUse.constructorInvoke(calledConstructor, callStructure));
|
| + registry.registerStaticUse(new StaticUse.superConstructorInvoke(
|
| + calledConstructor, callStructure));
|
| }
|
|
|
| if (isConst && isValidAsConstant) {
|
|
|