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

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

Issue 14173005: Update dart:mirrors to use Symbol. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Add question about LibraryMirror.url 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
Index: dart/sdk/lib/core/symbol.dart
diff --git a/dart/sdk/lib/core/symbol.dart b/dart/sdk/lib/core/symbol.dart
index e2b686c2e160a3361644ccf186a174168a3b4861..33ddb4ba97564fe31fc799210da92ad1ecc623fe 100644
--- a/dart/sdk/lib/core/symbol.dart
+++ b/dart/sdk/lib/core/symbol.dart
@@ -20,4 +20,7 @@ class Symbol {
external bool operator ==(other);
external int get hashCode;
+
+ // TODO(ahe): Who to remove this?
ahe 2013/04/11 20:12:27 I meant "How to remove this?". I think I know now
+ external static String getName(Symbol symbol);
}

Powered by Google App Engine
This is Rietveld 408576698