Chromium Code Reviews| Index: runtime/vm/raw_object.h |
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h |
| index 9a0351076f441161e7f11c06eb2c5bfe1d3f0520..5d394f6bd59f07a4510c3f82426863f2a082c2c9 100644 |
| --- a/runtime/vm/raw_object.h |
| +++ b/runtime/vm/raw_object.h |
| @@ -1630,6 +1630,7 @@ class RawUserTag : public RawInstance { |
| uword tag_; |
| friend class SnapshotReader; |
| + friend class Object; |
| public: |
| uword tag() const { return tag_; } |