| Index: pkg/compiler/lib/src/dart_backend/dart_backend.dart
|
| diff --git a/pkg/compiler/lib/src/dart_backend/dart_backend.dart b/pkg/compiler/lib/src/dart_backend/dart_backend.dart
|
| index 419f457396fbe193fce915d1847a24792ffba281..ee653f0d326759d41dbdbdc4b91bad4f9ecdfa7a 100644
|
| --- a/pkg/compiler/lib/src/dart_backend/dart_backend.dart
|
| +++ b/pkg/compiler/lib/src/dart_backend/dart_backend.dart
|
| @@ -48,7 +48,9 @@ import '../tree/tree.dart';
|
| import '../universe/selector.dart' show
|
| Selector;
|
| import '../universe/use.dart' show
|
| - DynamicUse;
|
| + DynamicUse,
|
| + TypeUse,
|
| + TypeUseKind;
|
| import '../universe/world_impact.dart' show
|
| WorldImpact,
|
| TransformedWorldImpact;
|
|
|