Chromium Code Reviews| Index: lib/compiler/implementation/resolver.dart |
| =================================================================== |
| --- lib/compiler/implementation/resolver.dart (revision 6933) |
| +++ lib/compiler/implementation/resolver.dart (working copy) |
| @@ -870,7 +870,7 @@ |
| error(argument, MessageKind.INVALID_ARGUMENT_AFTER_NAMED); |
| } |
| } |
| - mapping.setSelector(node, new Invocation(count, namedArguments)); |
| + mapping.setSelector(node, new Selector.invocation(count, namedArguments)); |
| } |
| visitSend(Send node) { |