Index: Source/core/accessibility/AXObjectCache.cpp |
diff --git a/Source/core/accessibility/AXObjectCache.cpp b/Source/core/accessibility/AXObjectCache.cpp |
index afaf45881c8d6ded3b4a2ab1107437609ed9e598..232005013829d8b1110da6bdbff10f124a2c0637 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()) { |