| Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_url_response_info.cc
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_url_response_info.cc b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_url_response_info.cc
|
| index 4180a5e8a2b0ed7d1034dd3dfc76aa6c9b213bc6..e031e66d57c5ddf49fae8e043c6d15f42110ae9d 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_url_response_info.cc
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_url_response_info.cc
|
| @@ -56,7 +56,7 @@ PP_Var GetProperty(PP_Resource response, PP_URLResponseProperty property) {
|
| NaClSrpcErrorString(srpc_result));
|
|
|
| if (srpc_result == NACL_SRPC_RESULT_OK)
|
| - (void) DeserializeTo(channel, value_bytes.get(), value_size, 1, &value);
|
| + (void) DeserializeTo(value_bytes.get(), value_size, 1, &value);
|
| return value;
|
| }
|
|
|
|
|