| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index f7013a5d4e0f4feddd2b386647f890922d744e57..e27add8eaaaff8ce8721bad67fda4327d1b64ef6 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -2441,7 +2441,7 @@ bool WebViewImpl::SelectionTextDirection(WebTextDirection& start,
|
| start = ToWebTextDirection(PrimaryDirectionOf(
|
| *selection.ComputeVisibleSelectionInDOMTree().Start().AnchorNode()));
|
| end = ToWebTextDirection(PrimaryDirectionOf(
|
| - *selection.ComputeVisibleSelectionInDOMTree().end().AnchorNode()));
|
| + *selection.ComputeVisibleSelectionInDOMTree().End().AnchorNode()));
|
| return true;
|
| }
|
|
|
|
|