| Index: third_party/WebKit/Source/core/workers/WorkerInspectorProxy.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.h b/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.h
|
| index a86a431b11feade1820efad9a32d926d41759808..a44392bd74acd767ae32d7c704f58b96295d6dfb 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.h
|
| @@ -56,7 +56,7 @@ private:
|
|
|
| WorkerThread* m_workerThread;
|
| RawPtrWillBeMember<ExecutionContext> m_executionContext;
|
| - RawPtrWillBeMember<WorkerInspectorProxy::PageInspector> m_pageInspector;
|
| + RawPtrWillBeXThreadPersistent<WorkerInspectorProxy::PageInspector> m_pageInspector;
|
| WorkerGlobalScopeProxy* m_workerGlobalScopeProxy;
|
| };
|
|
|
|
|