Chromium Code Reviews| Index: runtime/vm/raw_object.h |
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h |
| index d70043332a94adcd69d50ef6d01f633d8a0bc910..106878d45fda5a0005f0ce9fa42223b59fd12e4a 100644 |
| --- a/runtime/vm/raw_object.h |
| +++ b/runtime/vm/raw_object.h |
| @@ -928,6 +928,8 @@ class RawBigint : public RawInteger { |
| // A sequence of Chunks (typedef in Bignum) representing bignum digits. |
| // Bignum::Chunk chunks_[Utils::Abs(signed_length_)]; |
| uint8_t data_[0]; |
| + |
| + friend class SnapshotReader; |
| }; |