Chromium Code Reviews| Index: runtime/vm/ast_printer.cc |
| =================================================================== |
| --- runtime/vm/ast_printer.cc (revision 32732) |
| +++ runtime/vm/ast_printer.cc (working copy) |
| @@ -346,7 +346,7 @@ |
| void AstPrinter::VisitNativeBodyNode(NativeBodyNode* node) { |
| - OS::Print("(%s \"%s\" (%d args))", |
| + OS::Print("(%s \"%s\" (%" Pd " args))", |
| node->PrettyName(), |
| node->native_c_function_name().ToCString(), |
| NativeArguments::ParameterCountForResolution(node->function())); |