Chromium Code Reviews| Index: lib/core/object.dart |
| diff --git a/lib/core/object.dart b/lib/core/object.dart |
| index 30de4dfdbc2adebb3b5ddd62adeef6ffd5287566..ba41cb81840162b11f00a9e5fbd31f20c63a0c9f 100644 |
| --- a/lib/core/object.dart |
| +++ b/lib/core/object.dart |
| @@ -38,7 +38,7 @@ class Object { |
| * If a subclass overrides [hashCode] it should override the |
| * equality operator as well to maintain consistency. |
| */ |
| - external int hashCode(); |
| + external int get hashCode; |
| /** |
| * Returns a string representation of this object. |