| 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 6cc9533dcf124e0874da6bff9815d399c0a75fca..ec1629e959eba3e1f6c143719aa83b5ad95f61cd 100644
|
| --- a/third_party/WebKit/Source/core/editing/InputMethodController.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/InputMethodController.cpp
|
| @@ -899,7 +899,7 @@ void InputMethodController::ExtendSelectionAndDelete(int before, int after) {
|
| .Start() == GetFrame()
|
| .Selection()
|
| .ComputeVisibleSelectionInDOMTreeDeprecated()
|
| - .end() &&
|
| + .End() &&
|
| before <= static_cast<int>(selection_offsets.Start()));
|
| // TODO(chongz): Find a way to distinguish Forward and Backward.
|
| Node* target = GetDocument().FocusedElement();
|
|
|