Index: Source/core/dom/ContainerNode.h |
diff --git a/Source/core/dom/ContainerNode.h b/Source/core/dom/ContainerNode.h |
index 42ec98f2271ce9e31edcf8757491949673d9f92a..ded043da4476072c8f83d52e20dd54d3afa08e5b 100644 |
--- a/Source/core/dom/ContainerNode.h |
+++ b/Source/core/dom/ContainerNode.h |
@@ -218,7 +218,7 @@ private: |
RawPtrWillBeMember<Node> m_lastChild; |
}; |
-#ifndef NDEBUG |
+#if ENABLE(ASSERT) |
bool childAttachedAllowedWhenAttachingChildren(ContainerNode*); |
#endif |