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

Unified Diff: lib/mirrors/mirrors.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/mirrors/mirrors.dart
diff --git a/lib/mirrors/mirrors.dart b/lib/mirrors/mirrors.dart
index d2a7b083135f24f7d2e9dd0ad981896b6c367246..5bfa862a426c448300cd9a9be0301d9c6d732e55 100644
--- a/lib/mirrors/mirrors.dart
+++ b/lib/mirrors/mirrors.dart
@@ -82,7 +82,7 @@ InstanceMirror reflect(Object reflectee) {
*
* Every [Mirror] originates from some [MirrorSystem].
*/
-abstract class Mirror implements Hashable {
+abstract class Mirror {
Mads Ager (google) 2012/09/27 12:48:27 Ditto.
/**
* The [MirrorSystem] that contains this mirror.
*/

Powered by Google App Engine
This is Rietveld 408576698