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

Unified Diff: sdk/lib/_internal/compiler/implementation/lib/js_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/js_helper.dart
diff --git a/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart b/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart
index a7147d43ccc52d01538f281220fffad6cf5d3da4..94fd88763ca0986236931924e7caab2dabe5da2b 100644
--- a/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart
+++ b/sdk/lib/_internal/compiler/implementation/lib/js_helper.dart
@@ -5,6 +5,15 @@
library _js_helper;
import 'dart:collection';
+import 'dart:collection-dev';
+import 'dart:_foreign_helper' show DART_CLOSURE_TO_JS,
+ JS,
+ JS_CALL_IN_ISOLATE,
+ JS_CURRENT_ISOLATE,
+ JS_OPERATOR_IS_PREFIX,
+ JS_HAS_EQUALS,
+ RAW_DART_FUNCTION_REF,
+ UNINTERCEPTED;
part 'constant_map.dart';
part 'native_helper.dart';

Powered by Google App Engine
This is Rietveld 408576698