| Index: Source/core/editing/RemoveNodeCommand.cpp
|
| diff --git a/Source/core/editing/RemoveNodeCommand.cpp b/Source/core/editing/RemoveNodeCommand.cpp
|
| index 8f269ef7b2ba85d70347e67be9c47ea10e6b988d..66e2d843373a2b0a30763024335497d57d4bc2f7 100644
|
| --- a/Source/core/editing/RemoveNodeCommand.cpp
|
| +++ b/Source/core/editing/RemoveNodeCommand.cpp
|
| @@ -62,7 +62,7 @@ void RemoveNodeCommand::doUnapply()
|
| if (!parent || !parent->rendererIsEditable())
|
| return;
|
|
|
| - parent->insertBefore(m_node.get(), refChild.get(), IGNORE_EXCEPTION);
|
| + parent->insertBefore(m_node.get(), refChild.get(), IGNORE_EXCEPTION, DeprecatedAttachNow);
|
| }
|
|
|
| #ifndef NDEBUG
|
|
|