| 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();
|
| }
|
|
|