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

Unified Diff: sdk/lib/_internal/lib/js_mirrors.dart

Issue 133893007: Rename internal library dart:_collection-dev to dart:_internal. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix typo in dart2js Symbol lookup. Created 6 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/lib/js_mirrors.dart
diff --git a/sdk/lib/_internal/lib/js_mirrors.dart b/sdk/lib/_internal/lib/js_mirrors.dart
index 2d27bab0de872fe8d310e9e7111db6016bdb915c..1d90a3347694b09e80fb21e50f51187c2b9ba180 100644
--- a/sdk/lib/_internal/lib/js_mirrors.dart
+++ b/sdk/lib/_internal/lib/js_mirrors.dart
@@ -17,7 +17,7 @@ import 'dart:_foreign_helper' show
JS_CURRENT_ISOLATE_CONTEXT,
JS_GET_NAME;
-import 'dart:_collection-dev' as _symbol_dev;
+import 'dart:_internal' as _symbol_dev;
import 'dart:_js_helper' show
BoundClosure,

Powered by Google App Engine
This is Rietveld 408576698