Skip to content

Commit 253bf2d

Browse files
committed
Revert "Correct the return value of the method RunInIsolateScope (flutter#28161)"
This reverts commit 16945b5.
1 parent cabe488 commit 253bf2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testing/dart_isolate_runner.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ void AutoIsolateShutdown::Shutdown() {
5959
latch.Signal();
6060
});
6161
latch.Wait();
62-
return result;
62+
return true;
6363
}
6464

6565
std::unique_ptr<AutoIsolateShutdown> RunDartCodeInIsolateOnUITaskRunner(

0 commit comments

Comments
 (0)