Chromium Code Reviews| Index: runtime/vm/object.h |
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
| index 1fe836e6dd3b38f9d6c7277ab96bfa43b04c63c7..d833f7cc8a8a5d789911bfbfa14dbdcbb4890e61 100644 |
| --- a/runtime/vm/object.h |
| +++ b/runtime/vm/object.h |
| @@ -2964,6 +2964,8 @@ class PcDescriptors : public Object { |
| static void PrintHeaderString(); |
| + void PrintToJSONObject(JSONObject* jsobj) const; |
| + |
| // We would have a VisitPointers function here to traverse the |
| // pc descriptors table to visit objects if any in the table. |