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

Unified Diff: third_party/WebKit/Source/core/layout/line/InlineBox.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/line/InlineBox.h
diff --git a/third_party/WebKit/Source/core/layout/line/InlineBox.h b/third_party/WebKit/Source/core/layout/line/InlineBox.h
index 5d9c61c8b38afe9cd0b57a326d33b487077b3c26..7e3521a001cb516bba2417a1e4b48d08ccc1589e 100644
--- a/third_party/WebKit/Source/core/layout/line/InlineBox.h
+++ b/third_party/WebKit/Source/core/layout/line/InlineBox.h
@@ -123,7 +123,7 @@ class CORE_EXPORT InlineBox : public DisplayItemClient {
void* operator new(size_t);
void operator delete(void*);
-#ifndef NDEBUG
+#if DCHECK_IS_ON()
void showTreeForThis() const;
void showLineTreeForThis() const;

Powered by Google App Engine
This is Rietveld 408576698