| Index: third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
|
| index c642b3024f1d1bdd29a554a2d04271471def34bb..00ff0b89414e67436d2f8b67ea8e14164edb8c23 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp
|
| @@ -4473,7 +4473,7 @@ PositionWithAffinity LayoutBlockFlow::positionForPoint(
|
| return createPositionWithAffinity(0);
|
| }
|
|
|
| -#ifndef NDEBUG
|
| +#if DCHECK_IS_ON()
|
|
|
| void LayoutBlockFlow::showLineTreeAndMark(const InlineBox* markedBox1,
|
| const char* markedLabel1,
|
|
|