| Index: lib/compiler/implementation/js_backend/partial_type_tree.dart
 | 
| diff --git a/lib/compiler/implementation/js_backend/partial_type_tree.dart b/lib/compiler/implementation/js_backend/partial_type_tree.dart
 | 
| index 7d4afe05cd410962ec6987a87ca42a7ea43cbee4..19f2841fa7bd819736dd9b57669cd6daf27c54d8 100644
 | 
| --- a/lib/compiler/implementation/js_backend/partial_type_tree.dart
 | 
| +++ b/lib/compiler/implementation/js_backend/partial_type_tree.dart
 | 
| @@ -13,7 +13,7 @@ class PartialTypeTree {
 | 
|  
 | 
|    // TODO(kasperl): Move this to the Selector class?
 | 
|    ClassElement selectorType(Selector selector) {
 | 
| -    Type type = selector.receiverType;
 | 
| +    DartType type = selector.receiverType;
 | 
|      return (type !== null) ? type.element : compiler.objectClass;
 | 
|    }
 | 
|  
 | 
| 
 |