| Index: src/shared/ppapi_proxy/ppp_rpc_server.cc | 
| =================================================================== | 
| --- src/shared/ppapi_proxy/ppp_rpc_server.cc	(revision 4116) | 
| +++ src/shared/ppapi_proxy/ppp_rpc_server.cc	(working copy) | 
| @@ -186,7 +186,8 @@ | 
| rpc, | 
| done, | 
| inputs[0]->u.ival, | 
| -      inputs[1]->u.ival | 
| +      inputs[1]->u.ival, | 
| +      inputs[2]->u.count, inputs[2]->arrays.carr | 
| ); | 
| } | 
|  | 
| @@ -371,7 +372,7 @@ | 
| { "Call:CCiCC:CC", CallDispatcher }, | 
| { "Construct:CiCC:CC", ConstructDispatcher }, | 
| { "Deallocate:C:", DeallocateDispatcher }, | 
| -  { "RunCompletionCallback:ii:", RunCompletionCallbackDispatcher }, | 
| +  { "RunCompletionCallback:iiC:", RunCompletionCallbackDispatcher }, | 
| { "PPP_InitializeModule:ilhs:ii", PPP_InitializeModuleDispatcher }, | 
| { "PPP_ShutdownModule::", PPP_ShutdownModuleDispatcher }, | 
| { "PPP_GetInterface:s:i", PPP_GetInterfaceDispatcher }, | 
|  |