| Index: runtime/lib/schedule_microtask_patch.dart
|
| diff --git a/runtime/lib/schedule_microtask_patch.dart b/runtime/lib/schedule_microtask_patch.dart
|
| index 9384c1ecb01c860d28f8ae096db5d0f8ac455c70..739f1f8351e8a98fc0f8a74fa0c728fd83a0e12c 100644
|
| --- a/runtime/lib/schedule_microtask_patch.dart
|
| +++ b/runtime/lib/schedule_microtask_patch.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| @patch class _AsyncRun {
|
| - /* @patch */ static void _scheduleImmediate(void callback()) {
|
| + @patch static void _scheduleImmediate(void callback()) {
|
| if (_ScheduleImmediate._closure == null) {
|
| throw new UnsupportedError("Microtasks are not supported");
|
| }
|
|
|