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

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

Issue 1253293002: Oilpan: Remove raw pointer to ExecutionContext from WorkerInspectorProxy (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/WorkerMessagingProxy.h
diff --git a/Source/core/workers/WorkerMessagingProxy.h b/Source/core/workers/WorkerMessagingProxy.h
index c0fab0dd5b659a191015951a4128bacb8585307f..af3d0fb9a9a109369bb5f066dd4d45e93fbd182c 100644
--- a/Source/core/workers/WorkerMessagingProxy.h
+++ b/Source/core/workers/WorkerMessagingProxy.h
@@ -106,7 +106,7 @@ private:
bool m_askedToTerminate;
Vector<OwnPtr<ExecutionContextTask>> m_queuedEarlyTasks; // Tasks are queued here until there's a thread object created.
- OwnPtr<WorkerInspectorProxy> m_workerInspectorProxy;
+ OwnPtrWillBePersistent<WorkerInspectorProxy> m_workerInspectorProxy;
OwnPtrWillBePersistent<WorkerClients> m_workerClients;

Powered by Google App Engine
This is Rietveld 408576698