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

Unified Diff: pkg/dartdoc/lib/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: pkg/dartdoc/lib/mirrors.dart
diff --git a/pkg/dartdoc/lib/mirrors.dart b/pkg/dartdoc/lib/mirrors.dart
index 092b92a4ee40b502a79039dc801d28f9ec9a8c15..81710cc16c5158f51641fa77c636a1e2f285ff33 100644
--- a/pkg/dartdoc/lib/mirrors.dart
+++ b/pkg/dartdoc/lib/mirrors.dart
@@ -62,7 +62,7 @@ abstract class MirrorSystem {
/**
* An entity in the mirror system.
*/
-abstract class Mirror implements Hashable {
+abstract class Mirror {
Mads Ager (google) 2012/09/27 12:48:27 Ditto.
/**
* The simple name of the entity. The simple name is in most cases the
* the declared single identifier name of the entity, such as 'method' for

Powered by Google App Engine
This is Rietveld 408576698