| Index: sdk/lib/_internal/compiler/implementation/universe/selector_map.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/universe/selector_map.dart (revision 18120)
|
| +++ sdk/lib/_internal/compiler/implementation/universe/selector_map.dart (working copy)
|
| @@ -90,7 +90,7 @@
|
| Selector selector = existing.selector;
|
| // Since we're running through the entire tree we have to use
|
| // the applies method that takes types into account.
|
| - if (selector.applies(member, compiler)) {
|
| + if (selector.appliesUnnamed(member, compiler)) {
|
| if (!visit(selector, existing.value)) return false;
|
| }
|
| }
|
|
|