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 f41ebefe1cea3797505f2f0a3b3c1ac8d0031872..b11a8df6649e649af92289578b01e10e7a9bdf3e 100644 |
--- a/content/browser/renderer_host/ime_adapter_android.cc |
+++ b/content/browser/renderer_host/ime_adapter_android.cc |
@@ -316,7 +316,7 @@ void ImeAdapterAndroid::DeleteSurroundingText(JNIEnv*, |
RenderFrameHostImpl* rfh = |
static_cast<RenderFrameHostImpl*>(GetFocusedFrame()); |
if (rfh) |
- rfh->ExtendSelectionAndDelete(before, after); |
+ rfh->DeleteSurroundingText(before, after); |
} |
bool ImeAdapterAndroid::RequestTextInputStateUpdate( |