Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1323)

Unified Diff: Source/web/WebAXObject.cpp

Issue 394353002: Replace tests of ASSERT_ENABLED with ENABLE(ASSERT). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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())

Powered by Google App Engine
This is Rietveld 408576698