| Index: runtime/vm/object.h
|
| ===================================================================
|
| --- runtime/vm/object.h (revision 36435)
|
| +++ runtime/vm/object.h (working copy)
|
| @@ -577,10 +577,7 @@
|
| RawObject* raw_; // The raw object reference.
|
|
|
| protected:
|
| - virtual void PrintJSONImpl(JSONStream* stream, bool ref) const {
|
| - JSONObject jsobj(stream);
|
| - jsobj.AddProperty("type", JSONType(ref));
|
| - }
|
| + virtual void PrintJSONImpl(JSONStream* stream, bool ref) const;
|
|
|
| private:
|
| static intptr_t NextFieldOffset() {
|
|
|