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