| Index: ppapi/proxy/plugin_dispatcher.cc
|
| diff --git a/ppapi/proxy/plugin_dispatcher.cc b/ppapi/proxy/plugin_dispatcher.cc
|
| index 931471354e3e14239a534b3dde3bbd01c7876aa4..fc517858ec1d6700f20a78c14a06ab7a0b67b0aa 100644
|
| --- a/ppapi/proxy/plugin_dispatcher.cc
|
| +++ b/ppapi/proxy/plugin_dispatcher.cc
|
| @@ -284,8 +284,7 @@ void PluginDispatcher::OnMsgResourceReply(
|
| NOTREACHED();
|
| return;
|
| }
|
| - resource->OnReplyReceived(reply_params.sequence(), reply_params.result(),
|
| - nested_msg);
|
| + resource->OnReplyReceived(reply_params, nested_msg);
|
| }
|
|
|
| void PluginDispatcher::OnMsgSupportsInterface(
|
|
|