Skip to content

Commit 5efb67b

Browse files
authored
Cut no-longer-accurate microtask reference in finalizeTree doc (#149941)
These listeners were removed in b564b4c (flutter#9143).
1 parent 739e3bd commit 5efb67b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/flutter/lib/src/widgets/framework.dart

-3
Original file line numberDiff line numberDiff line change
@@ -3255,9 +3255,6 @@ class BuildOwner {
32553255
///
32563256
/// In debug mode, this also runs some sanity checks, for example checking for
32573257
/// duplicate global keys.
3258-
///
3259-
/// After the current call stack unwinds, a microtask that notifies listeners
3260-
/// about changes to global keys will run.
32613258
@pragma('vm:notify-debugger-on-exception')
32623259
void finalizeTree() {
32633260
if (!kReleaseMode) {

0 commit comments

Comments
 (0)