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

Unified Diff: test/generated_sdk/lib/async/async.dart

Issue 955513008: cleans up sdk patching so we no longer have unresolved names (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 10 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: test/generated_sdk/lib/async/async.dart
diff --git a/test/generated_sdk/lib/async/async.dart b/test/generated_sdk/lib/async/async.dart
index 35564307f046be46c8897e0328f2256e3068fa4d..c3414222a655fa1758c9f58d6fe4d065e30225fc 100644
--- a/test/generated_sdk/lib/async/async.dart
+++ b/test/generated_sdk/lib/async/async.dart
@@ -107,5 +107,17 @@ part 'stream_pipe.dart';
part 'stream_transformers.dart';
part 'timer.dart';
part 'zone.dart';
+import 'dart:_js_helper' show
+ patch,
+ Primitives,
+ convertDartClosureToJS,
+ requiresPreamble;
+import 'dart:_isolate_helper' show
+ IsolateNatives,
+ TimerImpl,
+ leaveJsAsync,
+ enterJsAsync,
+ isWorker;
+import 'dart:_foreign_helper' show JS;
bool get _hasDocument => JS('String', 'typeof document') == 'object';
« no previous file with comments | « test/generated_sdk/lib/_internal/compiler/js_lib/string_helper.dart ('k') | test/generated_sdk/lib/collection/collection.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698