| Index: third_party/WebKit/Source/core/editing/InputMethodController.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/InputMethodController.cpp b/third_party/WebKit/Source/core/editing/InputMethodController.cpp
|
| index 7ea8eddf77aaa70f6038d00a88f883508d7364c3..60b4e1578d903f4ec77a7382666cde55f86ca9ab 100644
|
| --- a/third_party/WebKit/Source/core/editing/InputMethodController.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/InputMethodController.cpp
|
| @@ -816,7 +816,9 @@ void InputMethodController::extendSelectionAndDelete(int before, int after) {
|
| if (before == 0)
|
| break;
|
| ++before;
|
| - } while (frame().selection().start() ==
|
| + } while (frame().selection()
|
| + .computeVisibleSelectionInDOMTreeDeprecated()
|
| + .start() ==
|
| frame()
|
| .selection()
|
| .computeVisibleSelectionInDOMTreeDeprecated()
|
|
|