提交 fd249edf 编写于 作者: A Adam Barth

Fix typo in RenderParagraph's |inline| getter

R=hansmuller@chromium.org

Review URL: https://codereview.chromium.org/1183603003.
上级 db1fb680
......@@ -175,7 +175,7 @@ class RenderParagraph extends RenderBox {
InlineBase _inline;
BoxConstraints _constraintsForCurrentLayout;
String get inline => _inline;
InlineBase get inline => _inline;
void set inline (InlineBase value) {
_inline = value;
_layoutRoot.rootElement.setChild(_inline._toDOM(_document));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册