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

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: Another space removed. 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
« no previous file with comments | « lib/isolate/base.dart ('k') | pkg/dartdoc/lib/mirrors.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/mirrors/mirrors.dart
diff --git a/lib/mirrors/mirrors.dart b/lib/mirrors/mirrors.dart
index d2a7b083135f24f7d2e9dd0ad981896b6c367246..88d9a7db28cca8ce2908db5bc7556a12a94cbee6 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 {
/**
* The [MirrorSystem] that contains this mirror.
*/
« no previous file with comments | « lib/isolate/base.dart ('k') | pkg/dartdoc/lib/mirrors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698