| Index: ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_url_request_info_rpc_server.cc
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_url_request_info_rpc_server.cc b/ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_url_request_info_rpc_server.cc
|
| index 9714559b83940bd10299367952a92de3e0725381..de6cf14c7b0948206300531ef43c3b5a739bfc5a 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_url_request_info_rpc_server.cc
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_url_request_info_rpc_server.cc
|
| @@ -63,7 +63,7 @@ void PpbURLRequestInfoRpcServer::PPB_URLRequestInfo_SetProperty(
|
| rpc->result = NACL_SRPC_RESULT_APP_ERROR;
|
|
|
| PP_Var value;
|
| - if (!DeserializeTo(rpc->channel, value_bytes, value_size, 1, &value))
|
| + if (!DeserializeTo(value_bytes, value_size, 1, &value))
|
| return;
|
|
|
| PP_Bool pp_success = PPBURLRequestInfoInterface()->SetProperty(
|
|
|