Commit cf03afcd authored by Hixie's avatar Hixie

Fix compile error on trunk.

parent 79a9e670
......@@ -711,7 +711,7 @@ abstract class StatefulComponent extends Component {
bool retainStatefulNodeIfPossible(StatefulComponent newNode) {
assert(!_disqualifiedFromEverAppearingAgain);
assert(newNode != null);
assert(_canSync(this, newNode);
assert(_canSync(this, newNode));
assert(_child != null);
newNode._disqualifiedFromEverAppearingAgain = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment