Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index 561400b576e63a56a07800ffbee8b0b96b5ce18a..8027aaf3c7ceb46e7b2ecfb99ce3f3682a702934 100644 |
--- a/runtime/vm/object.h |
+++ b/runtime/vm/object.h |
@@ -699,6 +699,10 @@ class Object { |
RawObject* raw_; // The raw object reference. |
protected: |
+ void AddCommonObjectProperties(JSONObject* jsobj, |
+ const char* protocol_type, |
+ bool ref) const; |
+ |
virtual void PrintJSONImpl(JSONStream* stream, bool ref) const; |
private: |