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

Unified Diff: lib/compiler/implementation/lib/core.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/core.dart
diff --git a/lib/compiler/implementation/lib/core.dart b/lib/compiler/implementation/lib/core.dart
index dec89669157770c3dd97161b95db5938ec45c05d..8c01706d308f7a2c68e3e927765349c29686d2a8 100644
--- a/lib/compiler/implementation/lib/core.dart
+++ b/lib/compiler/implementation/lib/core.dart
@@ -4,9 +4,7 @@
#library('dart:core');
-#import('coreimpl.dart');
-
-#import('js_helper.dart'); // TODO(ahe): remove this import.
+#import('dart:coreimpl');
#source('../../../../lib/core/bool.dart');
#source('../../../../lib/core/collection.dart');

Powered by Google App Engine
This is Rietveld 408576698