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

Unified Diff: lib/compiler/implementation/lib/interceptors.dart

Issue 10967068: Stop importing js_helper.dart explicitly in the core library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Undid changes not necessary for main compiler change. Created 8 years, 3 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: lib/compiler/implementation/lib/interceptors.dart
diff --git a/lib/compiler/implementation/lib/interceptors.dart b/lib/compiler/implementation/lib/interceptors.dart
index fdead3a129775286b15b482f9f5ac235242ec845..37acee7a911b38acc937f882c1e285808e3ac1f9 100644
--- a/lib/compiler/implementation/lib/interceptors.dart
+++ b/lib/compiler/implementation/lib/interceptors.dart
@@ -4,8 +4,7 @@
#library('dart:_interceptors');
-#import('coreimpl.dart');
-#import('js_helper.dart');
+#import('dart:coreimpl');
add$1(var receiver, var value) {
if (isJsArray(receiver)) {

Powered by Google App Engine
This is Rietveld 408576698