| Index: Source/core/editing/ReplaceNodeWithSpanCommand.cpp
|
| diff --git a/Source/core/editing/ReplaceNodeWithSpanCommand.cpp b/Source/core/editing/ReplaceNodeWithSpanCommand.cpp
|
| index 0fa8615ace6ca52247cc56b91b40961335069401..8adaf486e8957610b37a44d4e444c43a42e5fd57 100644
|
| --- a/Source/core/editing/ReplaceNodeWithSpanCommand.cpp
|
| +++ b/Source/core/editing/ReplaceNodeWithSpanCommand.cpp
|
| @@ -62,7 +62,7 @@ static void swapInNodePreservingAttributesAndChildren(HTMLElement* newNode, HTML
|
| // FIXME: Fix this to send the proper MutationRecords when MutationObservers are present.
|
| newNode->cloneDataFromElement(*nodeToReplace);
|
|
|
| - parentNode->removeChild(nodeToReplace, ASSERT_NO_EXCEPTION);
|
| + parentNode->removeChild(nodeToReplace);
|
| }
|
|
|
| void ReplaceNodeWithSpanCommand::doApply()
|
|
|