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

Unified Diff: Source/web/WebSharedWorkerImpl.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, 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.h ('k') | no next file » | 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 54e599009d538546c0b08834b9e3c68a4668a8aa..7845be608eb8c9e4b88db102ec835da09f07916a 100644
--- a/Source/web/WebSharedWorkerImpl.h
+++ b/Source/web/WebSharedWorkerImpl.h
@@ -143,7 +143,7 @@ private:
// This one is bound to and used only on the main thread.
OwnPtr<WebServiceWorkerNetworkProvider> m_networkProvider;
- OwnPtr<WorkerInspectorProxy> m_workerInspectorProxy;
+ OwnPtrWillBePersistent<WorkerInspectorProxy> m_workerInspectorProxy;
RefPtr<WorkerThread> m_workerThread;
« no previous file with comments | « Source/web/WebEmbeddedWorkerImpl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698