| 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..1c5bfc4f610df239d864f634d5c4292d1f8a62fd 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
|
| @@ -1,6 +1,6 @@
|
| -// Copyright 2011 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can
|
| -// be found in the LICENSE file.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| //
|
| // SRPC-abstraction wrappers around PPB_URLRequestInfo functions.
|
|
|
| @@ -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(
|
|
|