Index: ppapi/native_client/src/shared/ppapi_proxy/ppp_rpc_server.cc |
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/ppp_rpc_server.cc b/ppapi/native_client/src/shared/ppapi_proxy/ppp_rpc_server.cc |
index b420d78471c3c699546de0a745d4ec6eab965c24..325291ceda5f8baaa59ba8c4f2e78fee1eb76431 100644 |
--- a/ppapi/native_client/src/shared/ppapi_proxy/ppp_rpc_server.cc |
+++ b/ppapi/native_client/src/shared/ppapi_proxy/ppp_rpc_server.cc |
@@ -266,8 +266,7 @@ static void PPP_Printing_QuerySupportedFormatsDispatcher( |
rpc, |
done, |
inputs[0]->u.ival, |
- &(outputs[0]->u.count), outputs[0]->arrays.carr, |
- &(outputs[1]->u.ival) |
+ &(outputs[0]->u.ival) |
); |
} |
@@ -413,7 +412,7 @@ NaClSrpcHandlerDesc PppRpcs::srpc_methods[] = { |
{ "PPP_Instance_DidChangeFocus:ib:", PPP_Instance_DidChangeFocusDispatcher }, |
{ "PPP_Instance_HandleDocumentLoad:ii:i", PPP_Instance_HandleDocumentLoadDispatcher }, |
{ "PPP_Messaging_HandleMessage:iC:", PPP_Messaging_HandleMessageDispatcher }, |
- { "PPP_Printing_QuerySupportedFormats:i:Ci", PPP_Printing_QuerySupportedFormatsDispatcher }, |
+ { "PPP_Printing_QuerySupportedFormats:i:i", PPP_Printing_QuerySupportedFormatsDispatcher }, |
{ "PPP_Printing_Begin:iC:i", PPP_Printing_BeginDispatcher }, |
{ "PPP_Printing_PrintPages:iCi:i", PPP_Printing_PrintPagesDispatcher }, |
{ "PPP_Printing_End:i:", PPP_Printing_EndDispatcher }, |