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 5897dbe81dee303f1001bd2defaa8f83c8c0612e..d92b823a3dd92e144eb249ea17e804b2b09118e8 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameView.cpp |
+++ b/third_party/WebKit/Source/core/frame/FrameView.cpp |
@@ -1659,7 +1659,7 @@ bool FrameView::computeCompositedSelection(LocalFrame& frame, CompositedSelectio |
if (!selection.end.layer) |
return false; |
- selection.type = visibleSelection.selectionType(); |
+ selection.type = visibleSelection.getSelectionType(); |
selection.isEditable = visibleSelection.isContentEditable(); |
if (selection.isEditable) { |
if (HTMLTextFormControlElement* enclosingTextFormControlElement = enclosingTextFormControl(visibleSelection.rootEditableElement())) |