Chromium Code Reviews| 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); |
| } |