| Index: third_party/WebKit/Source/core/editing/commands/ReplaceNodeWithSpanCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/ReplaceNodeWithSpanCommand.h b/third_party/WebKit/Source/core/editing/commands/ReplaceNodeWithSpanCommand.h
|
| index 621a210eba396b5b7603e608202ea82c4c86cec1..bd5779ccddb4b4803838108d38656a2e180f57d6 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/ReplaceNodeWithSpanCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/ReplaceNodeWithSpanCommand.h
|
| @@ -38,7 +38,8 @@ namespace blink {
|
| class HTMLElement;
|
| class HTMLSpanElement;
|
|
|
| -// More accurately, this is ReplaceElementWithSpanPreservingChildrenAndAttributesCommand
|
| +// More accurately, this is
|
| +// ReplaceElementWithSpanPreservingChildrenAndAttributesCommand
|
| class ReplaceNodeWithSpanCommand final : public SimpleEditCommand {
|
| public:
|
| static ReplaceNodeWithSpanCommand* create(HTMLElement* element) {
|
|
|