Index: Source/web/WebEmbeddedWorkerImpl.h |
diff --git a/Source/web/WebEmbeddedWorkerImpl.h b/Source/web/WebEmbeddedWorkerImpl.h |
index 6f5d3e5b97aef2827413ef64f361c1da8f29e18a..de5b215b7ba29800d5de517f046187aab3cbe7bb 100644 |
--- a/Source/web/WebEmbeddedWorkerImpl.h |
+++ b/Source/web/WebEmbeddedWorkerImpl.h |
@@ -115,7 +115,7 @@ private: |
// deref'ed) when this EmbeddedWorkerImpl is destructed, therefore they |
// are guaranteed to exist while this object is around. |
WebView* m_webView; |
- WebLocalFrameImpl* m_mainFrame; |
+ RefPtrWillBePersistent<WebLocalFrameImpl> m_mainFrame; |
bool m_loadingShadowPage; |
bool m_askedToTerminate; |