| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 0789c0e3c1d812a102af3864f812e26df9ca46a2..c49017075f5dce2d2b2057f94e6e871291e5ee38 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 PrintToJSONObjectCommon(JSONObject* jsobj, bool ref) const;
|
| +
|
| private:
|
| RawObject** FieldAddrAtOffset(intptr_t offset) const {
|
| ASSERT(IsValidFieldOffset(offset));
|
|
|