Index: runtime/lib/double.dart |
diff --git a/runtime/lib/double.dart b/runtime/lib/double.dart |
index 4878d0096597abdf08a5df701356019cc1e3b298..8270c0d9d30db71df6ea954162aec0440fa2523c 100644 |
--- a/runtime/lib/double.dart |
+++ b/runtime/lib/double.dart |
@@ -5,7 +5,7 @@ |
class _Double implements double { |
factory _Double.fromInteger(int value) |
native "Double_doubleFromInteger"; |
- int hashCode() { |
+ int get hashCode { |
try { |
return toInt(); |
} on FormatException catch (e) { |