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

Unified Diff: pkg/intl/intl.dart

Issue 10905125: Move dart:web to pkg:htmlescape. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review comments. 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
« no previous file with comments | « pkg/htmlescape/pubspec.yaml ('k') | pkg/intl/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/intl/intl.dart
diff --git a/pkg/intl/intl.dart b/pkg/intl/intl.dart
index ad5803c4483a165b66551a56fecca789b54bf88f..d176e52862a43e3ee080396e61fce802c3e59084 100644
--- a/pkg/intl/intl.dart
+++ b/pkg/intl/intl.dart
@@ -8,7 +8,7 @@
*/
#library('intl');
-#import('dart:web');
+#import('../../pkg/htmlescape/htmlescape.dart');
#import('date_format.dart');
#source('intl_message.dart');
« no previous file with comments | « pkg/htmlescape/pubspec.yaml ('k') | pkg/intl/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698