| 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 5039f4bcc8dd294fffed8b9fe8257cdef27623d3..160f3091fffceb51014958a0b069c22a052c0882 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| @@ -1282,7 +1282,7 @@ void LayoutObject::dirtyLinesFromChangedChild(LayoutObject*, MarkingBehavior)
|
| void LayoutObject::showTreeForThis() const
|
| {
|
| if (node())
|
| - node()->showTreeForThis();
|
| + ::showTree(node());
|
| }
|
|
|
| void LayoutObject::showLayoutTreeForThis() const
|
|
|