Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(554)

Unified Diff: runtime/vm/object.h

Issue 1152753005: Service cleanups... (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698