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

Unified Diff: dart/sdk/lib/core/core.dart

Issue 14173005: Update dart:mirrors to use Symbol. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Also use _symbol_dev.Symbol.getName in dart2js Created 7 years, 8 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 | « dart/sdk/lib/_internal/libraries.dart ('k') | dart/sdk/lib/core/symbol.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/sdk/lib/core/core.dart
diff --git a/dart/sdk/lib/core/core.dart b/dart/sdk/lib/core/core.dart
index df5da14be5799f5db05ef626ff4b9f03175528ad..7b806a4d20e7138756901f483550755ce0f1d6f3 100644
--- a/dart/sdk/lib/core/core.dart
+++ b/dart/sdk/lib/core/core.dart
@@ -5,7 +5,8 @@
library dart.core;
import "dart:collection";
-import "dart:_collection-dev";
+import "dart:_collection-dev" hide Symbol;
+import "dart:_collection-dev" as _collection_dev;
part "bool.dart";
part "comparable.dart";
« no previous file with comments | « dart/sdk/lib/_internal/libraries.dart ('k') | dart/sdk/lib/core/symbol.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698