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

Unified Diff: lib/core/duration.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/core/duration.dart
diff --git a/lib/core/duration.dart b/lib/core/duration.dart
index f6a32fab8c27cba4a985e22659bd2d0a2636a201..aa3d4bec38dde6fd4baf78d33c65de29753e87ec 100644
--- a/lib/core/duration.dart
+++ b/lib/core/duration.dart
@@ -7,7 +7,7 @@
/**
* A [Duration] represents a time span. A duration can be negative.
*/
-class Duration implements Comparable, Hashable {
+class Duration implements Comparable {
static const int MILLISECONDS_PER_SECOND = 1000;
static const int SECONDS_PER_MINUTE = 60;
static const int MINUTES_PER_HOUR = 60;

Powered by Google App Engine
This is Rietveld 408576698