• Michael Goderbauer's avatar
    Adapt markNeedsSemanticsUpdate algorithm to new semantics tree compiler (#13274) · 6493c8b4
    Michael Goderbauer authored
    * ensures that only semantics boundaries will be added to owner._nodesNeedingSemantics as expected by compiler.
    * no longer throws assert if markNeedsSemanticsUpdate is called on non-semantic-boundary render object with a non-semantic-boundary parent.
    * Fixes #13109.
    * removes onlyLocalUpdates from markNeedsSemanticsUpdate as its no longer needed.
    6493c8b4
object_test.dart 1.28 KB