| Index: third_party/WebKit/Source/core/frame/FrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| index d1c191d1ab78f235b76d5122fca232d9ae082d88..b66f20f2cdf86103d4108e4daec946f3fcb26b20 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -1986,10 +1986,10 @@ bool FrameView::computeCompositedSelection(LocalFrame& frame,
|
| }
|
| selection.start.isTextDirectionRTL |=
|
| primaryDirectionOf(*visibleSelection.start().anchorNode()) ==
|
| - TextDirection::Rtl;
|
| + TextDirection::kRtl;
|
| selection.end.isTextDirectionRTL |=
|
| primaryDirectionOf(*visibleSelection.end().anchorNode()) ==
|
| - TextDirection::Rtl;
|
| + TextDirection::kRtl;
|
|
|
| return true;
|
| }
|
|
|