Index: Source/core/accessibility/AXObjectCache.cpp |
diff --git a/Source/core/accessibility/AXObjectCache.cpp b/Source/core/accessibility/AXObjectCache.cpp |
index 42807ddaccdd138387f4752dc4abc05d5604ea57..2059977b302560954dadd34329c03bfb0231b4dc 100644 |
--- a/Source/core/accessibility/AXObjectCache.cpp |
+++ b/Source/core/accessibility/AXObjectCache.cpp |
@@ -704,7 +704,7 @@ void AXObjectCache::notificationPostTimerFired(Timer<AXObjectCache>*) |
if (!obj->axObjectCache()) |
continue; |
-#ifndef NDEBUG |
+#if ENABLE(ASSERT) |
// Make sure none of the render views are in the process of being layed out. |
// Notifications should only be sent after the renderer has finished |
if (obj->isAXRenderObject()) { |