| Index: pkg/compiler/lib/src/js_backend/enqueuer.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/enqueuer.dart b/pkg/compiler/lib/src/js_backend/enqueuer.dart
|
| index 179a65d623d8f77d650770999c2861ee76e13062..07c1f0602355b74e1cb11d86ce8a81896071867a 100644
|
| --- a/pkg/compiler/lib/src/js_backend/enqueuer.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/enqueuer.dart
|
| @@ -17,7 +17,6 @@ import '../dart_types.dart' show DartType, InterfaceType;
|
| import '../elements/elements.dart'
|
| show
|
| ClassElement,
|
| - ConstructorElement,
|
| Element,
|
| Elements,
|
| Entity,
|
| @@ -378,6 +377,7 @@ class CodegenEnqueuer implements Enqueuer {
|
| break;
|
| case StaticUseKind.CONSTRUCTOR_INVOKE:
|
| case StaticUseKind.CONST_CONSTRUCTOR_INVOKE:
|
| + case StaticUseKind.REDIRECTION:
|
| registerTypeUse(new TypeUse.instantiation(staticUse.type));
|
| break;
|
| case StaticUseKind.DIRECT_INVOKE:
|
|
|