| Index: pkg/compiler/lib/src/universe/universe.dart
 | 
| diff --git a/pkg/compiler/lib/src/universe/universe.dart b/pkg/compiler/lib/src/universe/universe.dart
 | 
| index 5268be3de5802c9ac6661b5efecaf035f545d677..7d9039f44b1b0a6777e2d2d0b093428dc4c99b10 100644
 | 
| --- a/pkg/compiler/lib/src/universe/universe.dart
 | 
| +++ b/pkg/compiler/lib/src/universe/universe.dart
 | 
| @@ -25,10 +25,11 @@ import '../world.dart' show
 | 
|      ClassWorld,
 | 
|      World;
 | 
|  
 | 
| -part 'call_structure.dart';
 | 
| -part 'function_set.dart';
 | 
| -part 'selector.dart';
 | 
| -part 'side_effects.dart';
 | 
| +import 'call_structure.dart';
 | 
| +import 'selector.dart' show
 | 
| +    Selector;
 | 
| +import 'function_set.dart';
 | 
| +import 'side_effects.dart';
 | 
|  
 | 
|  class UniverseSelector {
 | 
|    final Selector selector;
 | 
| 
 |