Index: Source/web/WebSharedWorkerImpl.h |
diff --git a/Source/web/WebSharedWorkerImpl.h b/Source/web/WebSharedWorkerImpl.h |
index 42dcef8c27449f93ae940494f8a7946ae62f1f68..a54a5260ff6fad1edd2d3436d7c927c090464567 100644 |
--- a/Source/web/WebSharedWorkerImpl.h |
+++ b/Source/web/WebSharedWorkerImpl.h |
@@ -131,7 +131,7 @@ |
void workerGlobalScopeDestroyedOnMainThread(); |
// 'shadow page' - created to proxy loading requests from the worker. |
- RefPtrWillBePersistent<WebCore::ExecutionContext> m_loadingDocument; |
+ RefPtr<WebCore::ExecutionContext> m_loadingDocument; |
WebView* m_webView; |
WebFrame* m_mainFrame; |
bool m_askedToTerminate; |