Chromium Code Reviews| Index: lib/compiler/implementation/universe.dart |
| =================================================================== |
| --- lib/compiler/implementation/universe.dart (revision 7442) |
| +++ lib/compiler/implementation/universe.dart (working copy) |
| @@ -59,7 +59,7 @@ |
| bool hasSetter(Element member, Compiler compiler) { |
| return hasMatchingSelector( |
| compiler.universe.invokedSetters[member.name], member, compiler); |
| - } |
| + } |
| } |
| class SelectorKind { |