| 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 160f3091fffceb51014958a0b069c22a052c0882..5dbf8d895f1764f103350b0fdd31822ba1b14999 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| @@ -1318,7 +1318,7 @@ void LayoutObject::showLayoutObject(StringBuilder& stringBuilder) const
|
| while (stringBuilder.length() < showTreeCharacterOffset)
|
| stringBuilder.append(' ');
|
| stringBuilder.append('\t');
|
| - node()->showNode(stringBuilder.toString().utf8().data());
|
| + WTFLogAlways("%s%s", stringBuilder.toString().utf8().data(), node()->toString().utf8().data());
|
| } else {
|
| WTFLogAlways("%s", stringBuilder.toString().utf8().data());
|
| }
|
|
|