Index: runtime/vm/thread.h |
diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h |
index a9fb55faaa400ba83db8891442d38e261236a283..619fb923f23c46675ff5fd48ea37974e81b55e2e 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 RELEASE |
Cutch
2016/12/06 19:11:15
This doesn't look like the right #ifdef
bkonyi
2016/12/08 18:04:14
Done.
|
+ void PrintToJSONObject(JSONObject* obj); |
+#endif |
+ |
private: |
template <class T> |
T* AllocateReusableHandle(); |