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