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

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

Issue 1601283003: DevTools: deoilpanize inspector/v8 and related classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed. Created 4 years, 11 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: third_party/WebKit/Source/core/inspector/WorkerInspectorController.h
diff --git a/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h b/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h
index 1bba3adb92926342b1549f6cbfef2a746bffb3e9..599d322649cfa63e495cf9e9709fe133ce928fd3 100644
--- a/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h
+++ b/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h
@@ -86,9 +86,9 @@ private:
RawPtrWillBeMember<WorkerGlobalScope> m_workerGlobalScope;
OwnPtr<InspectorStateClient> m_stateClient;
- OwnPtrWillBeMember<InspectorCompositeState> m_state;
+ OwnPtr<InspectorCompositeState> m_state;
RefPtrWillBeMember<InstrumentingAgents> m_instrumentingAgents;
- OwnPtrWillBeMember<InjectedScriptManager> m_injectedScriptManager;
+ OwnPtr<InjectedScriptManager> m_injectedScriptManager;
OwnPtr<WorkerThreadDebugger> m_workerThreadDebugger;
InspectorAgentRegistry m_agents;
OwnPtrWillBeMember<PageInspectorProxy> m_pageInspectorProxy;

Powered by Google App Engine
This is Rietveld 408576698