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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp

Issue 2513893002: Make ifdefs consistent in WebKit/Source/core/ (Closed)
Patch Set: Limited fix to /core/ only. Created 4 years, 1 month 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/LayoutBlockFlow.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
index c642b3024f1d1bdd29a554a2d04271471def34bb..00ff0b89414e67436d2f8b67ea8e14164edb8c23 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
@@ -4473,7 +4473,7 @@ PositionWithAffinity LayoutBlockFlow::positionForPoint(
return createPositionWithAffinity(0);
}
-#ifndef NDEBUG
+#if DCHECK_IS_ON()
void LayoutBlockFlow::showLineTreeAndMark(const InlineBox* markedBox1,
const char* markedLabel1,

Powered by Google App Engine
This is Rietveld 408576698