Index: Source/core/editing/ReplaceSelectionCommand.h |
diff --git a/Source/core/editing/ReplaceSelectionCommand.h b/Source/core/editing/ReplaceSelectionCommand.h |
index 8e315698613421bdad6a859d0f8325f97a124d69..fdd632ff895ef9785247cc217f29c13152e42b5f 100644 |
--- a/Source/core/editing/ReplaceSelectionCommand.h |
+++ b/Source/core/editing/ReplaceSelectionCommand.h |
@@ -92,7 +92,7 @@ private: |
void removeRedundantStylesAndKeepStyleSpanInline(InsertedNodes&); |
void makeInsertedContentRoundTrippableWithHTMLTreeBuilder(const InsertedNodes&); |
- void moveNodeOutOfAncestor(PassRefPtrWillBeRawPtr<Node>, PassRefPtrWillBeRawPtr<Node> ancestor); |
+ void moveNodeOutOfAncestor(PassRefPtrWillBeRawPtr<Node>, PassRefPtrWillBeRawPtr<ContainerNode> ancestor); |
void handleStyleSpans(InsertedNodes&); |
VisiblePosition positionAtStartOfInsertedContent() const; |