| 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;
|
|
|
|
|