Index: Source/core/editing/ReplaceSelectionCommand.cpp |
diff --git a/Source/core/editing/ReplaceSelectionCommand.cpp b/Source/core/editing/ReplaceSelectionCommand.cpp |
index 7428ed70e7899877edac7139a7d4a20e4f4b8cb9..8ca4e2f0d3d89cd275ddee856effe67ca5ebec7c 100644 |
--- a/Source/core/editing/ReplaceSelectionCommand.cpp |
+++ b/Source/core/editing/ReplaceSelectionCommand.cpp |
@@ -609,7 +609,7 @@ static bool isProhibitedParagraphChild(const AtomicString& name) |
return elements.contains(name); |
} |
-void ReplaceSelectionCommand::makeInsertedContentRoundTrippableWithHTMLTreeBuilder(InsertedNodes& insertedNodes) |
+void ReplaceSelectionCommand::makeInsertedContentRoundTrippableWithHTMLTreeBuilder(const InsertedNodes& insertedNodes) |
{ |
RefPtr<Node> pastEndNode = insertedNodes.pastLastLeaf(); |
RefPtr<Node> next; |