Index: third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.h |
diff --git a/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.h b/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.h |
index c91293c6b5ab33c6f211f5e4dc9ed3f867a13625..2966c4bba717c445850233bff9d2652f8fdf7d13 100644 |
--- a/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.h |
+++ b/third_party/WebKit/Source/core/editing/commands/ReplaceSelectionCommand.h |
@@ -95,7 +95,7 @@ private: |
void removeRedundantStylesAndKeepStyleSpanInline(InsertedNodes&); |
void makeInsertedContentRoundTrippableWithHTMLTreeBuilder(const InsertedNodes&); |
- void moveElementOutOfAncestor(PassRefPtrWillBeRawPtr<Element>, PassRefPtrWillBeRawPtr<ContainerNode> ancestor); |
+ void moveElementOutOfAncestor(PassRefPtrWillBeRawPtr<Element>, PassRefPtrWillBeRawPtr<Element> ancestor); |
void handleStyleSpans(InsertedNodes&); |
VisiblePosition positionAtStartOfInsertedContent() const; |