| Index: sdk/lib/_internal/js_runtime/lib/async_patch.dart
|
| diff --git a/sdk/lib/_internal/js_runtime/lib/async_patch.dart b/sdk/lib/_internal/js_runtime/lib/async_patch.dart
|
| index 1155e79f76964886ed61ab0c2006b9ed1c5e292f..de6940a68793edc95de35615496c411542ccc6dd 100644
|
| --- a/sdk/lib/_internal/js_runtime/lib/async_patch.dart
|
| +++ b/sdk/lib/_internal/js_runtime/lib/async_patch.dart
|
| @@ -27,11 +27,11 @@ import 'dart:_async_await_error_codes' as async_error_codes;
|
| class _AsyncRun {
|
| @patch
|
| static void _scheduleImmediate(void callback()) {
|
| - scheduleImmediateClosure(callback);
|
| + _scheduleImmediateClosure(callback);
|
| }
|
|
|
| // Lazily initialized.
|
| - static final Function scheduleImmediateClosure =
|
| + static final Function _scheduleImmediateClosure =
|
| _initializeScheduleImmediate();
|
|
|
| static Function _initializeScheduleImmediate() {
|
|
|