| Index: runtime/vm/os_thread_win.h
|
| diff --git a/runtime/vm/os_thread_win.h b/runtime/vm/os_thread_win.h
|
| index 61f1d7fc96b48217ad2576587118ce57cf088484..539818282c5a2f497c6f5cb4e4ecc8c8830db155 100644
|
| --- a/runtime/vm/os_thread_win.h
|
| +++ b/runtime/vm/os_thread_win.h
|
| @@ -151,12 +151,13 @@ class MallocGrowableArray;
|
|
|
|
|
| class ThreadLocalData : public AllStatic {
|
| + public:
|
| + static void RunDestructors();
|
| +
|
| private:
|
| static void AddThreadLocal(ThreadLocalKey key, ThreadDestructor destructor);
|
| static void RemoveThreadLocal(ThreadLocalKey key);
|
|
|
| - static void RunDestructors();
|
| -
|
| static Mutex* mutex_;
|
| static MallocGrowableArray<ThreadLocalEntry>* thread_locals_;
|
|
|
|
|