提交 179d1b29 编写于 作者: H Hixie

[Effen] Now that we have RenderNode.parent again, we can have mid-tree sync() work properly again.

R=abarth@chromium.org

Review URL: https://codereview.chromium.org/1145623003
上级 5c864ec9
......@@ -886,7 +886,7 @@ abstract class Component extends UINode {
return;
_trace('$_key rebuilding...');
_sync(null, null, null); // TODO(ianh): figure out how passing "null, null, null" here is ok
_sync(null, _root.parent, _root.parent.childAfter(_root));
}
void scheduleBuild() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册