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

Unified Diff: third_party/WebKit/Source/core/layout/api/LineLayoutBox.h

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/api/LineLayoutBox.h
diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutBox.h b/third_party/WebKit/Source/core/layout/api/LineLayoutBox.h
index 05e658dc21bac3c29556404e5691924ea987f979..71d1f8d4e0b5440b7f9c6ed240e98b052ddb12d7 100644
--- a/third_party/WebKit/Source/core/layout/api/LineLayoutBox.h
+++ b/third_party/WebKit/Source/core/layout/api/LineLayoutBox.h
@@ -102,7 +102,7 @@ class LineLayoutBox : public LineLayoutBoxModel {
return toBox()->setInlineBoxWrapper(box);
}
-#ifndef NDEBUG
+#if DCHECK_IS_ON()
void showLineTreeAndMark(const InlineBox* markedBox1,
const char* markedLabel1) const {

Powered by Google App Engine
This is Rietveld 408576698