| Index: runtime/vm/class_table.h
|
| ===================================================================
|
| --- runtime/vm/class_table.h (revision 33794)
|
| +++ runtime/vm/class_table.h (working copy)
|
| @@ -13,6 +13,7 @@
|
| class Class;
|
| class ClassStats;
|
| class JSONArray;
|
| +class JSONObject;
|
| class JSONStream;
|
| class ObjectPointerVisitor;
|
| class RawClass;
|
| @@ -123,7 +124,7 @@
|
|
|
| void Print();
|
|
|
| - void PrintToJSONStream(JSONStream* stream);
|
| + void PrintToJSONObject(JSONObject* object);
|
|
|
| static intptr_t table_offset() {
|
| return OFFSET_OF(ClassTable, table_);
|
|
|