| Index: runtime/vm/thread.h
|
| diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h
|
| index a9fb55faaa400ba83db8891442d38e261236a283..01f16982527a05554a1863f5081ebfa59461f4ab 100644
|
| --- a/runtime/vm/thread.h
|
| +++ b/runtime/vm/thread.h
|
| @@ -37,6 +37,7 @@ class Library;
|
| class LongJumpScope;
|
| class Object;
|
| class OSThread;
|
| +class JSONObject;
|
| class PcDescriptors;
|
| class RawBool;
|
| class RawObject;
|
| @@ -646,6 +647,10 @@ class Thread : public BaseThread {
|
|
|
| void InitVMConstants();
|
|
|
| +#ifndef PRODUCT
|
| + void PrintJSON(JSONStream* stream) const;
|
| +#endif
|
| +
|
| private:
|
| template <class T>
|
| T* AllocateReusableHandle();
|
|
|