| Index: runtime/vm/os_thread.h
|
| diff --git a/runtime/vm/os_thread.h b/runtime/vm/os_thread.h
|
| index 5d6a21e3448e747d179054051e444479ebdae4ee..78580ec834df9f7fec17b779199ed28cfc31060f 100644
|
| --- a/runtime/vm/os_thread.h
|
| +++ b/runtime/vm/os_thread.h
|
| @@ -48,6 +48,7 @@ class OSThread {
|
| static void SetThreadLocal(ThreadLocalKey key, uword value);
|
| static intptr_t GetMaxStackSize();
|
| static ThreadId GetCurrentThreadId();
|
| + static ThreadId GetCurrentThreadTraceId();
|
| static intptr_t CurrentCurrentThreadIdAsIntPtr() {
|
| return ThreadIdToIntPtr(GetCurrentThreadId());
|
| }
|
|
|