| Index: third_party/WebKit/Source/core/editing/commands/ReplaceNodeWithSpanCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/ReplaceNodeWithSpanCommand.cpp b/third_party/WebKit/Source/core/editing/commands/ReplaceNodeWithSpanCommand.cpp
|
| index 239bf25bde3984668679bf0b269a5cb36d7a96e6..168868f1e7405f3b23d5f1d8e02850437f4701d3 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/ReplaceNodeWithSpanCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/ReplaceNodeWithSpanCommand.cpp
|
| @@ -58,7 +58,8 @@ static void swapInNodePreservingAttributesAndChildren(
|
| for (const auto& child : children)
|
| newElement->appendChild(child);
|
|
|
| - // FIXME: Fix this to send the proper MutationRecords when MutationObservers are present.
|
| + // FIXME: Fix this to send the proper MutationRecords when MutationObservers
|
| + // are present.
|
| newElement->cloneDataFromElement(elementToReplace);
|
|
|
| parentNode->removeChild(&elementToReplace, ASSERT_NO_EXCEPTION);
|
|
|