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

Unified Diff: runtime/vm/object.h

Issue 164183003: Add expandable instances and lists to the vm service. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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 456fc5a455fadc993fd1c0fa699049299da1c6e2..881a4b4694279e2ad35a111043df66673e3ca3ba 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -2188,12 +2188,6 @@ class Field : public Object {
static bool IsGetterName(const String& function_name);
static bool IsSetterName(const String& function_name);
- // When we print a field to a JSON stream, we want to make it appear
- // that the value is a property of the field, so we allow the actual
- // instance to be supplied here.
- virtual void PrintToJSONStreamWithInstance(
- JSONStream* stream, const Instance& instance, bool ref) const;
-
private:
friend class StoreInstanceFieldInstr; // Generated code access to bit field.

Powered by Google App Engine
This is Rietveld 408576698