Index: runtime/vm/freelist.h |
diff --git a/runtime/vm/freelist.h b/runtime/vm/freelist.h |
index cbd7656181c70357e45fb94889e1bc928d002e38..f8a8e82f66ad863facacfbaed7d53db209dd7191 100644 |
--- a/runtime/vm/freelist.h |
+++ b/runtime/vm/freelist.h |
@@ -56,10 +56,7 @@ class FreeListElement { |
private: |
// This layout mirrors the layout of RawObject. |
- uint32_t tags_; |
-#if defined(HASH_IN_OBJECT_HEADER) |
- uint32_t hash_; |
-#endif |
+ uword tags_; |
FreeListElement* next_; |
// Returns the address of the embedded size. |