Index: Source/WebCore/editing/CompositeEditCommand.h |
=================================================================== |
--- Source/WebCore/editing/CompositeEditCommand.h (revision 120113) |
+++ Source/WebCore/editing/CompositeEditCommand.h (working copy) |
@@ -126,6 +126,7 @@ |
HTMLElement* replaceElementWithSpanPreservingChildrenAndAttributes(PassRefPtr<HTMLElement>); |
void removeNodePreservingChildren(PassRefPtr<Node>); |
void removeNodeAndPruneAncestors(PassRefPtr<Node>); |
+ void moveRemainingSiblingsToNewParent(Node*, Node* pastLastNodeToMove, PassRefPtr<Element> prpNewParent); |
void prune(PassRefPtr<Node>); |
void replaceTextInNode(PassRefPtr<Text>, unsigned offset, unsigned count, const String& replacementText); |
Position replaceSelectedTextInNode(const String&); |