Chromium Code Reviews| Index: runtime/lib/null_patch.dart |
| diff --git a/runtime/lib/null_patch.dart b/runtime/lib/null_patch.dart |
| index 0f22e67e5679cee1de70115a6f6426f50d87f68e..eb5db12e53cb17acc635b7ce5f467ce34faf9855 100644 |
| --- a/runtime/lib/null_patch.dart |
| +++ b/runtime/lib/null_patch.dart |
| @@ -6,6 +6,9 @@ |
| @patch class Null { |
| static const _HASH_CODE = 2011; // The year Dart was announced and a prime. |
| + |
| + @patch |
| int get hashCode => _HASH_CODE; |
| + |
| int get _identityHashCode => _HASH_CODE; |
| } |