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

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

Issue 307943002: Oilpan: Prepare moving InspectorController and InspectorAgents to oilpan. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « Source/core/page/Page.cpp ('k') | Source/core/workers/WorkerGlobalScope.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/WorkerGlobalScope.h
diff --git a/Source/core/workers/WorkerGlobalScope.h b/Source/core/workers/WorkerGlobalScope.h
index 4871f880a6a926e743286b6e155b90b09b4d71d8..0764094debf90ec14b090ea9350b0c93b4ba1bb2 100644
--- a/Source/core/workers/WorkerGlobalScope.h
+++ b/Source/core/workers/WorkerGlobalScope.h
@@ -170,7 +170,7 @@ namespace blink {
OwnPtr<WorkerScriptController> m_script;
WorkerThread* m_thread;
- OwnPtr<WorkerInspectorController> m_workerInspectorController;
+ RefPtrWillBeMember<WorkerInspectorController> m_workerInspectorController;
bool m_closing;
OwnPtrWillBeMember<WorkerEventQueue> m_eventQueue;
« no previous file with comments | « Source/core/page/Page.cpp ('k') | Source/core/workers/WorkerGlobalScope.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698