提交 d9de344d 编写于 作者: H Hixie

I accidentally removed two lines of code in...

I accidentally removed two lines of code in https://codereview.chromium.org/1172173002 when merging upsteam before landing.

TBR=abarth

Review URL: https://codereview.chromium.org/1171163005
上级 d54c213b
......@@ -886,6 +886,9 @@ abstract class Component extends UINode {
bool _dirty = true;
bool _disqualifiedFromEverAppearingAgain = false;
UINode _built;
dynamic _slot; // cached slot from the last time we were synced
List<Function> _mountCallbacks;
List<Function> _unmountCallbacks;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册