| Index: content/renderer/browser_plugin/browser_plugin.cc
|
| diff --git a/content/renderer/browser_plugin/browser_plugin.cc b/content/renderer/browser_plugin/browser_plugin.cc
|
| index 8f14c29aa7071f9d0ac0a45d1755cd409e5cb5ea..9838606d7d0f25a06cd12ac9f540330b03132aa8 100644
|
| --- a/content/renderer/browser_plugin/browser_plugin.cc
|
| +++ b/content/renderer/browser_plugin/browser_plugin.cc
|
| @@ -602,7 +602,8 @@ bool BrowserPlugin::FinishComposingText(
|
| bool keep_selection =
|
| (selection_behavior == blink::WebInputMethodController::kKeepSelection);
|
| BrowserPluginManager::Get()->Send(
|
| - new BrowserPluginHostMsg_ImeFinishComposingText(keep_selection));
|
| + new BrowserPluginHostMsg_ImeFinishComposingText(
|
| + browser_plugin_instance_id_, keep_selection));
|
| // TODO(kochi): This assumes the IPC handling always succeeds.
|
| return true;
|
| }
|
|
|