| Index: tool/input_sdk/patch/async_patch.dart
|
| diff --git a/tool/input_sdk/patch/async_patch.dart b/tool/input_sdk/patch/async_patch.dart
|
| index e0813ad617708b28d9658366c8ed923d710ef781..a7e65ae0d236085613ff36ac954bde9b19c54df6 100644
|
| --- a/tool/input_sdk/patch/async_patch.dart
|
| +++ b/tool/input_sdk/patch/async_patch.dart
|
| @@ -7,8 +7,7 @@
|
| import 'dart:_js_helper' show
|
| patch,
|
| Primitives,
|
| - convertDartClosureToJS,
|
| - requiresPreamble;
|
| + convertDartClosureToJS;
|
| import 'dart:_isolate_helper' show
|
| IsolateNatives,
|
| TimerImpl,
|
| @@ -30,7 +29,6 @@ class _AsyncRun {
|
| _initializeScheduleImmediate();
|
|
|
| static Function _initializeScheduleImmediate() {
|
| - requiresPreamble();
|
| if (JS('', 'self.scheduleImmediate') != null) {
|
| return _scheduleImmediateJsOverride;
|
| }
|
|
|