Index: content/browser/renderer_host/ime_adapter_android.cc |
diff --git a/content/browser/renderer_host/ime_adapter_android.cc b/content/browser/renderer_host/ime_adapter_android.cc |
index 92b3346747006bb3ccefa7a4477b55df70496d7a..5ca62191a1f47d37c7adfb8f37eb500e6823c69b 100644 |
--- a/content/browser/renderer_host/ime_adapter_android.cc |
+++ b/content/browser/renderer_host/ime_adapter_android.cc |
@@ -315,7 +315,7 @@ void ImeAdapterAndroid::DeleteSurroundingText(JNIEnv*, |
RenderFrameHostImpl* rfh = |
static_cast<RenderFrameHostImpl*>(GetFocusedFrame()); |
if (rfh) |
- rfh->ExtendSelectionAndDelete(before, after); |
+ rfh->DeleteSurroundingText(before, after); |
} |
bool ImeAdapterAndroid::RequestTextInputStateUpdate( |