| Index: Source/core/dom/ContainerNode.cpp
|
| diff --git a/Source/core/dom/ContainerNode.cpp b/Source/core/dom/ContainerNode.cpp
|
| index 6d8dc594f20539c21e4f8d93fbd9c4eee9d1dbf5..84246a94603939b0ec6f011fd950a605b2d47ea2 100644
|
| --- a/Source/core/dom/ContainerNode.cpp
|
| +++ b/Source/core/dom/ContainerNode.cpp
|
| @@ -486,7 +486,7 @@ void ContainerNode::addChildNodesToDeletionQueue(Node*& head, Node*& tail, Conta
|
| next->setPreviousSibling(0);
|
|
|
| if (!n->refCount()) {
|
| -#if SECURITY_ASSERT_ENABLED
|
| +#if ENABLE(SECURITY_ASSERT)
|
| n->m_deletionHasBegun = true;
|
| #endif
|
| // Add the node to the list of nodes to be deleted.
|
|
|