Chromium Code Reviews| Index: runtime/vm/object.h |
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
| index f7eafb7394beaf2a5b7f61d5e7e97a4fdfab43c6..38296c762c2c8c08669c187f9e5670595ff063b9 100644 |
| --- a/runtime/vm/object.h |
| +++ b/runtime/vm/object.h |
| @@ -6670,6 +6670,7 @@ class UserTag : public Instance { |
| ASSERT(t < UserTags::kUserTagIdOffset + UserTags::kMaxUserTags); |
| raw_ptr()->tag_ = t; |
| }; |
| + static intptr_t tag_offset() { return OFFSET_OF(RawUserTag, tag_); } |
| RawString* label() const { |
| return raw_ptr()->label_; |