| Index: Source/platform/heap/ThreadState.h
|
| diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h
|
| index f0eea36a4881e4fa2076651b79fb403f1fed3cdd..bdd6c0f2fa0fbd1843a4be13ba38ab629ec1e6a4 100644
|
| --- a/Source/platform/heap/ThreadState.h
|
| +++ b/Source/platform/heap/ThreadState.h
|
| @@ -504,6 +504,8 @@ public:
|
| HeapStats& stats() { return m_stats; }
|
| HeapStats& statsAfterLastGC() { return m_statsAfterLastGC; }
|
|
|
| + static Mutex& threadAttachMutex();
|
| +
|
| private:
|
| explicit ThreadState();
|
| ~ThreadState();
|
|
|