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

Unified Diff: third_party/WebKit/Source/web/WebDevToolsAgentImpl.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/web/WebDevToolsAgentImpl.h
diff --git a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
index 44849ad6ff2ceb8d0f96e29f5dd120bf2ae286f2..b761b55b337e05f59a30ea815be1f884b8b9f013 100644
--- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
+++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
@@ -144,9 +144,9 @@ private:
#endif
RefPtrWillBeMember<InstrumentingAgents> m_instrumentingAgents;
- OwnPtrWillBeMember<InjectedScriptManager> m_injectedScriptManager;
+ OwnPtr<InjectedScriptManager> m_injectedScriptManager;
OwnPtrWillBeMember<InspectorResourceContentLoader> m_resourceContentLoader;
- OwnPtrWillBeMember<InspectorCompositeState> m_state;
+ OwnPtr<InspectorCompositeState> m_state;
OwnPtrWillBeMember<InspectorOverlay> m_overlay;
OwnPtrWillBeMember<InspectedFrames> m_inspectedFrames;
« no previous file with comments | « third_party/WebKit/Source/modules/worklet/WorkletGlobalScope.h ('k') | third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698