mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Previously, we would try to close some Dart persistent handles after destroying the isolate. Now we revoke the weak pointers these handles are using to refer to the isolate before trying to tear them down. Fixes https://github.com/domokit/mojo/issues/233 R=chinmaygarde@google.com, eseidel@chromium.org Review URL: https://codereview.chromium.org/1175053002.