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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutGeometryMap.h

Issue 2640163004: Replace ENABLE(ASSERT) with DCHECK_IS_ON(). (Closed)
Patch Set: Created 3 years, 11 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: third_party/WebKit/Source/core/layout/LayoutGeometryMap.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutGeometryMap.h b/third_party/WebKit/Source/core/layout/LayoutGeometryMap.h
index d95e00c2af7c0583cd00145438dfa1fb8b369c7d..17cc9b75a95a4f27265e3a183a7662792b6d94a1 100644
--- a/third_party/WebKit/Source/core/layout/LayoutGeometryMap.h
+++ b/third_party/WebKit/Source/core/layout/LayoutGeometryMap.h
@@ -105,7 +105,7 @@ class CORE_EXPORT LayoutGeometryMap {
void dumpSteps() const;
#endif
-#if ENABLE(ASSERT)
+#if DCHECK_IS_ON()
bool isTopmostLayoutView(const LayoutObject*) const;
#endif

Powered by Google App Engine
This is Rietveld 408576698