Index: Source/core/editing/DragCaretController.h |
diff --git a/Source/core/editing/DragCaretController.h b/Source/core/editing/DragCaretController.h |
index aa15965b6d3ce4f276a2bc378e255c2369f26557..75c3018881de53c6933d21b396791bc9724e5988 100644 |
--- a/Source/core/editing/DragCaretController.h |
+++ b/Source/core/editing/DragCaretController.h |
@@ -39,7 +39,7 @@ public: |
LayoutBlock* caretLayoutObject() const; |
void paintDragCaret(LocalFrame*, GraphicsContext*, const LayoutPoint&, const LayoutRect& clipRect) const; |
- bool isContentEditable() const { return m_position.rootEditableElement(); } |
+ bool isContentEditable() const; |
bool isContentRichlyEditable() const; |
bool hasCaret() const { return m_position.isNotNull(); } |