Index: Source/web/WebAXObject.cpp |
diff --git a/Source/web/WebAXObject.cpp b/Source/web/WebAXObject.cpp |
index 34f0cfd85434767318393a630c730eedc4e65fcf..b21df3ec988b40b6aee5c7405a1363b8b9d04584 100644 |
--- a/Source/web/WebAXObject.cpp |
+++ b/Source/web/WebAXObject.cpp |
@@ -544,7 +544,7 @@ bool WebAXObject::ariaOwns(WebVector<WebAXObject>& ownsElements) const |
return true; |
} |
-#if ASSERT_ENABLED |
+#if ENABLE(ASSERT) |
static bool isLayoutClean(Document* document) |
{ |
if (!document || !document->view()) |