Chromium Code Reviews| Index: third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScope.h |
| diff --git a/third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScope.h b/third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScope.h |
| index f4b4d19e6f2216d079ac5713e99de1506a47d565..6ba296ffd983729601fa96edc954636f3190b2c2 100644 |
| --- a/third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScope.h |
| +++ b/third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScope.h |
| @@ -39,6 +39,8 @@ class CORE_EXPORT ThreadedWorkletGlobalScope : public WorkletGlobalScope { |
| WorkerThread*); |
| private: |
| + friend class ThreadedWorkletThreadForTest; |
| + |
| WorkerThread* m_thread; |
| }; |