| Index: third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.h b/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| index 120557d2e2725ba29af2de2400e9ba0d94d37b4f..a053ae3c7c060e542c33535b10f29358165f5c4d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| @@ -262,9 +262,6 @@ public:
|
| #if ENABLE(ASSERT)
|
| void checkPositionedObjectsNeedLayout();
|
| #endif
|
| -#ifndef NDEBUG
|
| - void showLineTreeAndMark(const InlineBox* = nullptr, const char* = nullptr, const InlineBox* = nullptr, const char* = nullptr, const LayoutObject* = nullptr) const;
|
| -#endif
|
|
|
| protected:
|
| bool recalcNormalFlowChildOverflowIfNeeded(LayoutObject*);
|
|
|