Chromium Code Reviews| Index: lib/core/duration.dart |
| diff --git a/lib/core/duration.dart b/lib/core/duration.dart |
| index aa3d4bec38dde6fd4baf78d33c65de29753e87ec..710d8772b8b570e945db4e5bdbb65e2c29ae4cb6 100644 |
| --- a/lib/core/duration.dart |
| +++ b/lib/core/duration.dart |
| @@ -85,8 +85,8 @@ class Duration implements Comparable { |
| return inMilliseconds == other.inMilliseconds; |
| } |
| - int hashCode() { |
| - return inMilliseconds.hashCode(); |
| + int get hashCode { |
| + return inMilliseconds.hashCode; |
| } |
| int compareTo(Duration other) { |