| Index: third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.cpp b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| index 6b520462e85d442865fdf01c309b71e57093d140..554c155e2e529d5e6bcd2ce8e64b6d7f0381e252 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| @@ -1635,7 +1635,7 @@ void LayoutObject::dirtyLinesFromChangedChild(LayoutObject*)
|
| {
|
| }
|
|
|
| -#ifndef NDEBUG
|
| +//#ifndef NDEBUG
|
|
|
| void LayoutObject::showTreeForThis() const
|
| {
|
| @@ -1648,11 +1648,13 @@ void LayoutObject::showLayoutTreeForThis() const
|
| showLayoutTree(this, 0);
|
| }
|
|
|
| +#ifndef NDEBUG
|
| void LayoutObject::showLineTreeForThis() const
|
| {
|
| if (containingBlock())
|
| containingBlock()->showLineTreeAndMark(0, 0, 0, 0, this);
|
| }
|
| +#endif
|
|
|
| void LayoutObject::showLayoutObject() const
|
| {
|
| @@ -1696,7 +1698,7 @@ void LayoutObject::showLayoutTreeAndMark(const LayoutObject* markedObject1, cons
|
| child->showLayoutTreeAndMark(markedObject1, markedLabel1, markedObject2, markedLabel2, depth + 1);
|
| }
|
|
|
| -#endif // NDEBUG
|
| +// #endif // NDEBUG
|
|
|
| bool LayoutObject::isSelectable() const
|
| {
|
| @@ -3652,7 +3654,7 @@ void LayoutObject::clearObjectPaintProperties()
|
|
|
| } // namespace blink
|
|
|
| -#ifndef NDEBUG
|
| +//#ifndef NDEBUG
|
|
|
| void showTree(const blink::LayoutObject* object)
|
| {
|
| @@ -3687,4 +3689,4 @@ void showLayoutTree(const blink::LayoutObject* object1, const blink::LayoutObjec
|
| }
|
| }
|
|
|
| -#endif
|
| +//#endif
|
|
|