Index: third_party/WebKit/Source/core/layout/line/RootInlineBox.h |
diff --git a/third_party/WebKit/Source/core/layout/line/RootInlineBox.h b/third_party/WebKit/Source/core/layout/line/RootInlineBox.h |
index 5836f6b6125336bf1b7c2af6fa3e096f3f2dd73f..f7d5338da43b6220e068310bcc0a97619c03078c 100644 |
--- a/third_party/WebKit/Source/core/layout/line/RootInlineBox.h |
+++ b/third_party/WebKit/Source/core/layout/line/RootInlineBox.h |
@@ -110,7 +110,7 @@ public: |
using InlineBox::hasSelectedChildren; |
using InlineBox::setHasSelectedChildren; |
- SelectionState selectionState() const final; |
+ SelectionState getSelectionState() const final; |
InlineBox* firstSelectedBox() const; |
InlineBox* lastSelectedBox() const; |