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

Unified Diff: dart/sdk/lib/_collection_dev/collection_dev.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/runtime/vm/vm.gypi ('k') | dart/sdk/lib/_collection_dev/collection_dev_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/sdk/lib/_collection_dev/collection_dev.dart
diff --git a/dart/sdk/lib/_collection_dev/collection_dev.dart b/dart/sdk/lib/_collection_dev/collection_dev.dart
index 226e4af518d4f91b5ee593a645a8238c5a71d195..79ca515759aad4ef9c1fdd255b600a23503ffaef 100644
--- a/dart/sdk/lib/_collection_dev/collection_dev.dart
+++ b/dart/sdk/lib/_collection_dev/collection_dev.dart
@@ -6,8 +6,12 @@ library dart._collection.dev;
import 'dart:collection';
+import 'dart:core' hide Symbol;
+import 'dart:core' as core;
+
part 'arrays.dart';
part 'iterable.dart';
part 'list.dart';
part 'sort.dart';
+part 'symbol.dart';
part 'to_string.dart';
« no previous file with comments | « dart/runtime/vm/vm.gypi ('k') | dart/sdk/lib/_collection_dev/collection_dev_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698