Index: runtime/vm/become.h |
diff --git a/runtime/vm/become.h b/runtime/vm/become.h |
index 1784d22edb3e1f5373839c5d04c6f258f250e70e..7445e4dd2e17534561a0c0f4993773b66ab929e3 100644 |
--- a/runtime/vm/become.h |
+++ b/runtime/vm/become.h |
@@ -52,7 +52,10 @@ class ForwardingCorpse { |
private: |
// This layout mirrors the layout of RawObject. |
- uword tags_; |
+ uint32_t tags_; |
+#if defined(HASH_IN_OBJECT_HEADER) |
+ int32_t hash_; |
rmacnak
2017/06/19 18:12:21
This is uint32_t in FreeList and RawObject.
erikcorry
2017/06/21 12:12:12
Done.
|
+#endif |
RawObject* target_; |
// Returns the address of the embedded size. |