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

Unified Diff: lib/compiler/implementation/universe/universe.dart

Issue 10993059: Stop using the Hashable interface. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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: lib/compiler/implementation/universe/universe.dart
diff --git a/lib/compiler/implementation/universe/universe.dart b/lib/compiler/implementation/universe/universe.dart
index 4af1d90c183dfa88b0a96cdada74537d38bfab07..b68ba05e8a61a5dd5392b54fe1a228fefee7a99a 100644
--- a/lib/compiler/implementation/universe/universe.dart
+++ b/lib/compiler/implementation/universe/universe.dart
@@ -119,7 +119,7 @@ class SelectorKind {
toString() => name;
}
-class Selector implements Hashable {
+class Selector {
Mads Ager (google) 2012/09/27 12:48:27 Ditto.
final SelectorKind kind;
final SourceString name;
final LibraryElement library; // Library is null for non-private selectors.

Powered by Google App Engine
This is Rietveld 408576698