Fix compile error on trunk.
This commit is contained in:
parent
79a9e670a2
commit
cf03afcd67
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user