提交 f59f4f2d 编写于 作者: H Hixie

Fix the indenting of the toString() output of the RenderTree, which was broken...

Fix the indenting of the toString() output of the RenderTree, which was broken around RenderParagraph.
TBR=eseidel

Review URL: https://codereview.chromium.org/1199913009.
上级 e18b005c
......@@ -176,7 +176,7 @@ class RenderParagraph extends RenderBox {
String debugDescribeSettings(String prefix) {
String result = '${super.debugDescribeSettings(prefix)}';
result += '${prefix}inline: ${inline}\n';
result += '${prefix}inline:\n${inline.toString("$prefix ")}\n';
return result;
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册