| Index: Source/core/editing/CompositeEditCommand.cpp
|
| diff --git a/Source/core/editing/CompositeEditCommand.cpp b/Source/core/editing/CompositeEditCommand.cpp
|
| index 297227e72bbd3cf7ae4618fe3c17949fbd243196..811b98888cc20466682aece57eba8690abb9349b 100644
|
| --- a/Source/core/editing/CompositeEditCommand.cpp
|
| +++ b/Source/core/editing/CompositeEditCommand.cpp
|
| @@ -419,7 +419,7 @@ void CompositeEditCommand::updatePositionForNodeRemovalPreservingChildren(Positi
|
| position.moveToOffset(offset);
|
| }
|
|
|
| -HTMLElement* CompositeEditCommand::replaceElementWithSpanPreservingChildrenAndAttributes(PassRefPtrWillBeRawPtr<HTMLElement> node)
|
| +HTMLSpanElement* CompositeEditCommand::replaceElementWithSpanPreservingChildrenAndAttributes(PassRefPtrWillBeRawPtr<HTMLElement> node)
|
| {
|
| // It would also be possible to implement all of ReplaceNodeWithSpanCommand
|
| // as a series of existing smaller edit commands. Someone who wanted to
|
|
|