diff options
author | raymes@google.com <raymes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-05 19:44:07 +0000 |
---|---|---|
committer | raymes@google.com <raymes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-05 19:44:07 +0000 |
commit | 186c7c050b9e2619f975daba401fbe5e997571d0 (patch) | |
tree | 7269471b840cdcf039c830bb89112483bdd8c6d6 /ppapi | |
parent | 02f878b7e28bd92fc7a75969a072bc81c2a2c8d6 (diff) | |
download | chromium_src-186c7c050b9e2619f975daba401fbe5e997571d0.zip chromium_src-186c7c050b9e2619f975daba401fbe5e997571d0.tar.gz chromium_src-186c7c050b9e2619f975daba401fbe5e997571d0.tar.bz2 |
Changed request for PPB proxy to PPP proxy.
Due to spelling error in https://chromiumcodereview.appspot.com/10170014
BUG=none
TEST=No longer hits DCHECK
Review URL: https://chromiumcodereview.appspot.com/10532008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140589 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/proxy/ppb_instance_proxy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/proxy/ppb_instance_proxy.cc b/ppapi/proxy/ppb_instance_proxy.cc index 667a8a2..ac6fc8f 100644 --- a/ppapi/proxy/ppb_instance_proxy.cc +++ b/ppapi/proxy/ppb_instance_proxy.cc @@ -50,7 +50,7 @@ void RequestSurroundingText(PP_Instance instance) { // Just fake out a RequestSurroundingText message to the proxy for the PPP // interface. - InterfaceProxy* proxy = dispatcher->GetInterfaceProxy(API_ID_PPB_TEXT_INPUT); + InterfaceProxy* proxy = dispatcher->GetInterfaceProxy(API_ID_PPP_TEXT_INPUT); if (!proxy) return; proxy->OnMessageReceived(PpapiMsg_PPPTextInput_RequestSurroundingText( |