Index: Source/core/editing/ReplaceSelectionCommand.h |
diff --git a/Source/core/editing/ReplaceSelectionCommand.h b/Source/core/editing/ReplaceSelectionCommand.h |
index e4411ccd8f213bba9531554c476e8cade3c1f922..13f27441e491d995a387f9e7c4c56c1480856a4a 100644 |
--- a/Source/core/editing/ReplaceSelectionCommand.h |
+++ b/Source/core/editing/ReplaceSelectionCommand.h |
@@ -88,7 +88,7 @@ private: |
void removeUnrenderedTextNodesAtEnds(InsertedNodes&); |
void removeRedundantStylesAndKeepStyleSpanInline(InsertedNodes&); |
- void makeInsertedContentRoundTrippableWithHTMLTreeBuilder(InsertedNodes&); |
+ void makeInsertedContentRoundTrippableWithHTMLTreeBuilder(const InsertedNodes&); |
void moveNodeOutOfAncestor(PassRefPtr<Node>, PassRefPtr<Node> ancestor); |
void handleStyleSpans(InsertedNodes&); |