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

Unified Diff: Source/core/workers/InProcessWorkerBase.h

Issue 1257653007: Oilpan: Remove raw pointer to InProcessWorkerBase from WorkerMessagingProxy (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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
Index: Source/core/workers/InProcessWorkerBase.h
diff --git a/Source/core/workers/InProcessWorkerBase.h b/Source/core/workers/InProcessWorkerBase.h
index 7ad95ee3881602321887aa39e4a0cc1cfa9eb50f..18a344901f29258da6a76c40809b8708053bcd28 100644
--- a/Source/core/workers/InProcessWorkerBase.h
+++ b/Source/core/workers/InProcessWorkerBase.h
@@ -58,7 +58,7 @@ private:
OwnPtr<WorkerScriptLoader> m_scriptLoader;
RefPtrWillBeMember<ContentSecurityPolicy> m_contentSecurityPolicy;
- WorkerGlobalScopeProxy* m_contextProxy; // The proxy outlives the worker to perform thread shutdown.
+ RawPtrWillBeMember<WorkerGlobalScopeProxy> m_contextProxy; // The proxy outlives the worker to perform thread shutdown.
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698