| Index: Source/web/WebSharedWorkerImpl.h
|
| diff --git a/Source/web/WebSharedWorkerImpl.h b/Source/web/WebSharedWorkerImpl.h
|
| index cd0608baf365bd3b69100a8a44bc64d0e338fa5c..7b18370a7ed5a340799a49a60047d1e223073160 100644
|
| --- a/Source/web/WebSharedWorkerImpl.h
|
| +++ b/Source/web/WebSharedWorkerImpl.h
|
| @@ -137,7 +137,7 @@ private:
|
| // 'shadow page' - created to proxy loading requests from the worker.
|
| RefPtrWillBePersistent<ExecutionContext> m_loadingDocument;
|
| WebView* m_webView;
|
| - WebLocalFrameImpl* m_mainFrame;
|
| + RefPtrWillBePersistent<WebLocalFrameImpl> m_mainFrame;
|
| bool m_askedToTerminate;
|
|
|
| // This one is bound to and used only on the main thread.
|
|
|