| Index: Source/core/workers/InProcessWorkerBase.h
|
| diff --git a/Source/core/workers/InProcessWorkerBase.h b/Source/core/workers/InProcessWorkerBase.h
|
| index 7ad95ee3881602321887aa39e4a0cc1cfa9eb50f..18a344901f29258da6a76c40809b8708053bcd28 100644
|
| --- a/Source/core/workers/InProcessWorkerBase.h
|
| +++ b/Source/core/workers/InProcessWorkerBase.h
|
| @@ -58,7 +58,7 @@ private:
|
|
|
| OwnPtr<WorkerScriptLoader> m_scriptLoader;
|
| RefPtrWillBeMember<ContentSecurityPolicy> m_contentSecurityPolicy;
|
| - WorkerGlobalScopeProxy* m_contextProxy; // The proxy outlives the worker to perform thread shutdown.
|
| + RawPtrWillBeMember<WorkerGlobalScopeProxy> m_contextProxy; // The proxy outlives the worker to perform thread shutdown.
|
| };
|
|
|
| } // namespace blink
|
|
|