| Index: third_party/WebKit/Source/core/frame/LocalFrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrameView.cpp b/third_party/WebKit/Source/core/frame/LocalFrameView.cpp
|
| index aaa69d237c6f65d024509057113bc1ab731f5250..3cd61f6c27be95611c99be87a9071821f21394a2 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrameView.cpp
|
| @@ -2085,7 +2085,7 @@ bool LocalFrameView::ComputeCompositedSelection(
|
| PrimaryDirectionOf(*visible_selection.Start().AnchorNode()) ==
|
| TextDirection::kRtl;
|
| selection.end.is_text_direction_rtl |=
|
| - PrimaryDirectionOf(*visible_selection.end().AnchorNode()) ==
|
| + PrimaryDirectionOf(*visible_selection.End().AnchorNode()) ==
|
| TextDirection::kRtl;
|
|
|
| return true;
|
|
|