Index: Source/core/editing/FrameSelection.h |
diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/FrameSelection.h |
index c949cbd46f956c9c306d778f5e6a59d3dd8d16fc..295f7d39d97e56bec25b8622daf7b7b6ccb047f7 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(); } |