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

Unified Diff: Source/core/inspector/WorkerInspectorController.h

Issue 323043002: Oilpan: Prepare moving InspectorAgent related classes to oilpan (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 6 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/inspector/WorkerInspectorController.h
diff --git a/Source/core/inspector/WorkerInspectorController.h b/Source/core/inspector/WorkerInspectorController.h
index 8e4d2ce1e5b7f50a3e5e1b85c9cdc090643ba77b..7b2159947ff87fb49679304d7746b643c9e427fb 100644
--- a/Source/core/inspector/WorkerInspectorController.h
+++ b/Source/core/inspector/WorkerInspectorController.h
@@ -74,9 +74,9 @@ private:
RawPtrWillBeMember<WorkerGlobalScope> m_workerGlobalScope;
OwnPtr<InspectorStateClient> m_stateClient;
- OwnPtr<InspectorCompositeState> m_state;
+ OwnPtrWillBeMember<InspectorCompositeState> m_state;
RefPtrWillBeMember<InstrumentingAgents> m_instrumentingAgents;
- OwnPtr<InjectedScriptManager> m_injectedScriptManager;
+ OwnPtrWillBeMember<InjectedScriptManager> m_injectedScriptManager;
OwnPtr<WorkerScriptDebugServer> m_debugServer;
InspectorAgentRegistry m_agents;
OwnPtr<InspectorFrontendChannel> m_frontendChannel;

Powered by Google App Engine
This is Rietveld 408576698