| Index: runtime/vm/heap.cc | 
| diff --git a/runtime/vm/heap.cc b/runtime/vm/heap.cc | 
| index 94d702fe3b7d11e77e89d343ac896edd8cefd065..a713a8cf8821ecc6a2134a2b7c624f1acec72bc8 100644 | 
| --- a/runtime/vm/heap.cc | 
| +++ b/runtime/vm/heap.cc | 
| @@ -653,12 +653,11 @@ int64_t Heap::PeerCount() const { | 
| return new_weak_tables_[kPeers]->count() + old_weak_tables_[kPeers]->count(); | 
| } | 
|  | 
| -#if !defined(HASH_IN_OBJECT_HEADER) | 
| + | 
| int64_t Heap::HashCount() const { | 
| return new_weak_tables_[kHashes]->count() + | 
| old_weak_tables_[kHashes]->count(); | 
| } | 
| -#endif | 
|  | 
|  | 
| int64_t Heap::ObjectIdCount() const { | 
|  |