Index: Source/core/dom/ChildListMutationScope.cpp |
diff --git a/Source/core/dom/ChildListMutationScope.cpp b/Source/core/dom/ChildListMutationScope.cpp |
index 73593055290f75358fef943785ba231f8de86c0d..6a3cbbb8069e44288513761049699afae935dd8c 100644 |
--- a/Source/core/dom/ChildListMutationScope.cpp |
+++ b/Source/core/dom/ChildListMutationScope.cpp |
@@ -147,7 +147,7 @@ void ChildListMutationAccumulator::enqueueMutationRecord() |
bool ChildListMutationAccumulator::isEmpty() |
{ |
bool result = m_removedNodes.isEmpty() && m_addedNodes.isEmpty(); |
-#ifndef NDEBUG |
+#if ENABLE(ASSERT) |
if (result) { |
ASSERT(!m_previousSibling); |
ASSERT(!m_nextSibling); |