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

Unified Diff: third_party/WebKit/Source/core/layout/line/InlineBox.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/line/InlineBox.cpp
diff --git a/third_party/WebKit/Source/core/layout/line/InlineBox.cpp b/third_party/WebKit/Source/core/layout/line/InlineBox.cpp
index 9cf7c1914f003d745f6f3daee2ae093911a2cec3..7aa2bf657e891130dfeb5767328aff8d59a6dab1 100644
--- a/third_party/WebKit/Source/core/layout/line/InlineBox.cpp
+++ b/third_party/WebKit/Source/core/layout/line/InlineBox.cpp
@@ -101,7 +101,7 @@ LayoutRect InlineBox::visualRect() const {
return getLineLayoutItem().visualRect();
}
-#ifndef NDEBUG
+#if DCHECK_IS_ON()
void InlineBox::showTreeForThis() const {
getLineLayoutItem().showTreeForThis();
}

Powered by Google App Engine
This is Rietveld 408576698