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

Unified Diff: dart/runtime/lib/core_patch.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/lib/collection_dev_sources.gypi ('k') | dart/runtime/lib/function_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/runtime/lib/core_patch.dart
diff --git a/dart/runtime/lib/core_patch.dart b/dart/runtime/lib/core_patch.dart
index 8e6d9058be55f5b7c475f93300e5253d1cb28372..0a274296287038af938b2969cf9ce5043f144b6e 100644
--- a/dart/runtime/lib/core_patch.dart
+++ b/dart/runtime/lib/core_patch.dart
@@ -4,3 +4,5 @@
import "dart:math";
import "dart:typeddata";
+
+import "dart:_collection-dev" as _symbol_dev;
« no previous file with comments | « dart/runtime/lib/collection_dev_sources.gypi ('k') | dart/runtime/lib/function_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698