Index: third_party/WebKit/Source/core/editing/FrameSelection.h |
diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.h b/third_party/WebKit/Source/core/editing/FrameSelection.h |
index 7ae465cda55a0e2d1333347929d9ce3b57d216f6..5600172851fe026a53645925ce7306e563fba884 100644 |
--- a/third_party/WebKit/Source/core/editing/FrameSelection.h |
+++ b/third_party/WebKit/Source/core/editing/FrameSelection.h |
@@ -127,7 +127,7 @@ public: |
bool contains(const LayoutPoint&); |
- SelectionType selectionType() const { return selection().selectionType(); } |
+ SelectionType getSelectionType() const { return selection().getSelectionType(); } |
TextAffinity affinity() const { return selection().affinity(); } |