Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrameView.cpp

Issue 2920733002: Rename VisibleSelection::end() to End() (Closed)
Patch Set: 2017-06-01T18:31:38 Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698