| Index: Source/core/editing/CompositeEditCommand.cpp
|
| diff --git a/Source/core/editing/CompositeEditCommand.cpp b/Source/core/editing/CompositeEditCommand.cpp
|
| index 60402987710796c339a9ca06baa3ac89f63a0e57..297227e72bbd3cf7ae4618fe3c17949fbd243196 100644
|
| --- a/Source/core/editing/CompositeEditCommand.cpp
|
| +++ b/Source/core/editing/CompositeEditCommand.cpp
|
| @@ -1116,7 +1116,7 @@ void CompositeEditCommand::cleanupAfterDeletion(VisiblePosition destination)
|
| // The blockElement parameter is the element to move the paragraph to,
|
| // outerNode is the top element of the paragraph hierarchy.
|
|
|
| -void CompositeEditCommand::moveParagraphWithClones(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, Element* blockElement, Node* outerNode)
|
| +void CompositeEditCommand::moveParagraphWithClones(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, HTMLElement* blockElement, Node* outerNode)
|
| {
|
| ASSERT(outerNode);
|
| ASSERT(blockElement);
|
|
|