Chromium Code Reviews| Index: runtime/vm/become.h |
| diff --git a/runtime/vm/become.h b/runtime/vm/become.h |
| index aaa60e18b9d4c99b2c25cbebbe52175a6cb8987e..1784d22edb3e1f5373839c5d04c6f258f250e70e 100644 |
| --- a/runtime/vm/become.h |
| +++ b/runtime/vm/become.h |
| @@ -52,10 +52,7 @@ class ForwardingCorpse { |
| private: |
| // This layout mirrors the layout of RawObject. |
| - uint32_t tags_; |
| -#if defined(HASH_IN_OBJECT_HEADER) |
| - uint32_t hash_; |
| -#endif |
| + uword tags_; |
| RawObject* target_; |
| // Returns the address of the embedded size. |