Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1844)

Unified Diff: Source/web/WebSharedWorkerImpl.h

Issue 1308313002: [Oilpan] Change pointer type to RefPtrWillBePersistent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Change RawPtr to RefPtr on non-Oilpan build Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/WebEmbeddedWorkerImpl.cpp ('k') | Source/web/WebSharedWorkerImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « Source/web/WebEmbeddedWorkerImpl.cpp ('k') | Source/web/WebSharedWorkerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698