Inline _rootHandleUncaughtError

Change-Id: I835dad92d6b2fbc5e1c806a72d5775808514b79c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/218063
Auto-Submit: Nate Bosch <nbosch@google.com>
Commit-Queue: Lasse R.H. Nielsen <lrn@google.com>
Reviewed-by: Lasse R.H. Nielsen <lrn@google.com>
This commit is contained in:
Nate Bosch 2021-11-08 14:22:12 +00:00 committed by commit-bot@chromium.org
parent 6828fd752e
commit 0309dc1be2

View file

@ -1669,7 +1669,7 @@ class _RootZone extends _Zone {
// Methods that can be customized by the zone specification.
void handleUncaughtError(Object error, StackTrace stackTrace) {
_rootHandleUncaughtError(null, null, this, error, stackTrace);
_rootHandleError(error, stackTrace);
}
Zone fork(