Index: Source/core/editing/FrameSelection.h |
diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/FrameSelection.h |
index 050756cdaa3d878088ea22171ac277a115991024..5128dd420b9ba6c9a2f139696842b30288b88ce6 100644 |
--- a/Source/core/editing/FrameSelection.h |
+++ b/Source/core/editing/FrameSelection.h |
@@ -92,7 +92,7 @@ public: |
Element* rootEditableElement() const { return m_selection.rootEditableElement(); } |
Element* rootEditableElementOrDocumentElement() const; |
- Node* rootEditableElementOrTreeScopeRootNode() const; |
+ ContainerNode* rootEditableElementOrTreeScopeRootNode() const; |
bool hasEditableStyle() const { return m_selection.hasEditableStyle(); } |
bool isContentEditable() const { return m_selection.isContentEditable(); } |