| Index: Source/web/WebSharedWorkerImpl.h
|
| diff --git a/Source/web/WebSharedWorkerImpl.h b/Source/web/WebSharedWorkerImpl.h
|
| index 54e599009d538546c0b08834b9e3c68a4668a8aa..7845be608eb8c9e4b88db102ec835da09f07916a 100644
|
| --- a/Source/web/WebSharedWorkerImpl.h
|
| +++ b/Source/web/WebSharedWorkerImpl.h
|
| @@ -143,7 +143,7 @@ private:
|
| // This one is bound to and used only on the main thread.
|
| OwnPtr<WebServiceWorkerNetworkProvider> m_networkProvider;
|
|
|
| - OwnPtr<WorkerInspectorProxy> m_workerInspectorProxy;
|
| + OwnPtrWillBePersistent<WorkerInspectorProxy> m_workerInspectorProxy;
|
|
|
| RefPtr<WorkerThread> m_workerThread;
|
|
|
|
|