Chromium Code Reviews| 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 |