| Index: pkg/compiler/lib/src/types/types.dart
|
| diff --git a/pkg/compiler/lib/src/types/types.dart b/pkg/compiler/lib/src/types/types.dart
|
| index 46be57d2013c601b3a9f9d90493dcff8b7376bc7..b99a368e598efd939a9b78935bc8fb0b51ea27a5 100644
|
| --- a/pkg/compiler/lib/src/types/types.dart
|
| +++ b/pkg/compiler/lib/src/types/types.dart
|
| @@ -24,10 +24,9 @@ import '../util/util.dart';
|
| import '../universe/selector.dart' show
|
| Selector;
|
| import '../universe/universe.dart' show
|
| - ReceiverMask,
|
| - ReceiverMaskSet,
|
| - UniverseReceiverMaskSet,
|
| - ReceiverMaskStrategy;
|
| + ReceiverConstraint,
|
| + UniverseSelectorConstraints,
|
| + SelectorConstraintsStrategy;
|
| import '../world.dart' show
|
| ClassWorld,
|
| World;
|
|
|