| Index: pkg/compiler/lib/src/common/codegen.dart
 | 
| diff --git a/pkg/compiler/lib/src/common/codegen.dart b/pkg/compiler/lib/src/common/codegen.dart
 | 
| index 323822b1f470af3b979468aa28a9c3f34b3cbaf3..66ff8cca9f2e61adb382b66a28c1b20a27514cb6 100644
 | 
| --- a/pkg/compiler/lib/src/common/codegen.dart
 | 
| +++ b/pkg/compiler/lib/src/common/codegen.dart
 | 
| @@ -26,8 +26,9 @@ import '../js_backend/js_backend.dart' show
 | 
|      JavaScriptBackend;
 | 
|  import '../resolution/tree_elements.dart' show
 | 
|      TreeElements;
 | 
| +import '../universe/selector.dart' show
 | 
| +    Selector;
 | 
|  import '../universe/universe.dart' show
 | 
| -    Selector,
 | 
|      UniverseSelector;
 | 
|  import '../util/util.dart' show
 | 
|      Setlet;
 | 
| 
 |