| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 0789c0e3c1d812a102af3864f812e26df9ca46a2..c3e77eff330d9b87605ed479d00ea5f0b74d7378 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -4075,6 +4075,9 @@ class Instance : public Object {
|
|
|
| static RawInstance* New(const Class& cls, Heap::Space space = Heap::kNew);
|
|
|
| + protected:
|
| + virtual void PrintSharedInstanceJSON(JSONObject* jsobj, bool ref) const;
|
| +
|
| private:
|
| RawObject** FieldAddrAtOffset(intptr_t offset) const {
|
| ASSERT(IsValidFieldOffset(offset));
|
|
|