Index: Source/core/editing/CompositeEditCommand.h |
diff --git a/Source/core/editing/CompositeEditCommand.h b/Source/core/editing/CompositeEditCommand.h |
index 0bcdd3f1c0f221659bf745d7a055a26095669fa8..b0e019e5ad3edd4640fab8a9ccbc56390120ae47 100644 |
--- a/Source/core/editing/CompositeEditCommand.h |
+++ b/Source/core/editing/CompositeEditCommand.h |
@@ -121,7 +121,7 @@ protected: |
void removeNodePreservingChildren(PassRefPtr<Node>, ShouldAssumeContentIsAlwaysEditable = DoNotAssumeContentIsAlwaysEditable); |
void removeNodeAndPruneAncestors(PassRefPtr<Node>, Node* excludeNode = 0); |
void moveRemainingSiblingsToNewParent(Node*, Node* pastLastNodeToMove, PassRefPtr<Element> prpNewParent); |
- void updatePositionForNodeRemovalPreservingChildren(Position&, Node*); |
+ void updatePositionForNodeRemovalPreservingChildren(Position&, Node&); |
void prune(PassRefPtr<Node>, Node* excludeNode = 0); |
void replaceTextInNode(PassRefPtr<Text>, unsigned offset, unsigned count, const String& replacementText); |
Position replaceSelectedTextInNode(const String&); |