Index: Source/web/WebSharedWorkerImpl.h |
diff --git a/Source/web/WebSharedWorkerImpl.h b/Source/web/WebSharedWorkerImpl.h |
index 94a5c646e13f2855ef8b3c9d7b44529f3994ec25..d6f1e93895edf2381b1705b5882b06dcd78ecd79 100644 |
--- a/Source/web/WebSharedWorkerImpl.h |
+++ b/Source/web/WebSharedWorkerImpl.h |
@@ -173,6 +173,7 @@ private: |
// 'shadow page' - created to proxy loading requests from the worker. |
RefPtr<WebCore::ScriptExecutionContext> m_loadingDocument; |
WebView* m_webView; |
+ WebFrame* m_mainFrame; |
bool m_askedToTerminate; |
RefPtr<WebCore::WorkerThread> m_workerThread; |