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

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

Issue 2553653003: Make ifdefs consistent in WebKit/Source/core/layout/ . (Closed)
Patch Set: Update after review. Created 4 years 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/SubtreeLayoutScope.h
diff --git a/third_party/WebKit/Source/core/layout/SubtreeLayoutScope.h b/third_party/WebKit/Source/core/layout/SubtreeLayoutScope.h
index cf4c64928c250fdc11e8aa752852c56b00e224c6..8b5e3f7e9392a05836a7430b334c0a70825ee655 100644
--- a/third_party/WebKit/Source/core/layout/SubtreeLayoutScope.h
+++ b/third_party/WebKit/Source/core/layout/SubtreeLayoutScope.h
@@ -65,7 +65,7 @@ class SubtreeLayoutScope {
private:
LayoutObject& m_root;
-#if ENABLE(ASSERT)
+#if DCHECK_IS_ON()
HashSet<LayoutObject*> m_layoutObjectsToLayout;
#endif
};

Powered by Google App Engine
This is Rietveld 408576698