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

Unified Diff: sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart

Issue 11973006: Private libraries used. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update copy_dart.py to handle show in one line. Created 7 years, 11 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: sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart
diff --git a/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart b/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart
index 90cc14356f60f3ac4dfb30c4b02e6793a3f1434d..f437050fb7cb5ed92bd1043c6a11ca99c492c477 100644
--- a/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart
+++ b/sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart
@@ -7,6 +7,11 @@ library _isolate_helper;
import 'dart:async';
import 'dart:collection' show Queue, HashMap;
import 'dart:isolate';
+import 'dart:_js_helper' show Null;
+import 'dart:_foreign_helper' show DART_CLOSURE_TO_JS,
+ JS,
+ JS_CREATE_ISOLATE,
+ JS_SET_CURRENT_ISOLATE;
ReceivePort lazyPort;

Powered by Google App Engine
This is Rietveld 408576698