Chromium Code Reviews| Index: runtime/vm/ast_printer.cc |
| =================================================================== |
| --- runtime/vm/ast_printer.cc (revision 14694) |
| +++ runtime/vm/ast_printer.cc (working copy) |
| @@ -342,7 +342,7 @@ |
| void AstPrinter::VisitNativeBodyNode(NativeBodyNode* node) { |
| OS::Print("(native_c call '%s'(%d args))", |
| node->native_c_function_name().ToCString(), |
| - node->argument_count()); |
| + NativeArguments::ParameterCountForResolution(node->function())); |
| } |