Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: tool/input_sdk/patch/async_patch.dart

Issue 1152333009: Delete dart2js specific private library code (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698