Chromium Code Reviews| Index: runtime/lib/invocation_mirror.cc |
| =================================================================== |
| --- runtime/lib/invocation_mirror.cc (revision 25039) |
| +++ runtime/lib/invocation_mirror.cc (working copy) |
| @@ -35,8 +35,7 @@ |
| const Function& function = Function::Handle( |
| Resolver::ResolveDynamic(receiver, |
| fun_name, |
| - args_desc.Count(), |
| - args_desc.NamedCount())); |
| + args_desc)); |
| Object& result = Object::Handle(); |
| if (function.IsNull()) { |
| result = DartEntry::InvokeNoSuchMethod(receiver, |