Index: content/renderer/pepper/pepper_plugin_instance_impl.cc |
diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.cc b/content/renderer/pepper/pepper_plugin_instance_impl.cc |
index 6c56fc6a427985460a65f5b3ac57c119e241adf9..492fa3282002020a1167e5be61a4c4d51f025974 100644 |
--- a/content/renderer/pepper/pepper_plugin_instance_impl.cc |
+++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc |
@@ -2241,7 +2241,7 @@ bool PepperPluginInstanceImpl::SimulateIMEEvent( |
case PP_INPUTEVENT_TYPE_IME_TEXT: |
if (!render_frame_) |
return false; |
- render_frame_->SimulateImeConfirmComposition( |
+ render_frame_->SimulateImeCommitText( |
base::UTF8ToUTF16(input_event.character_text), gfx::Range()); |
break; |
default: |