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

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

Issue 323043002: Oilpan: Prepare moving InspectorAgent related classes 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/inspector/InspectorConsoleAgent.cpp ('k') | Source/core/inspector/InspectorController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorController.h
diff --git a/Source/core/inspector/InspectorController.h b/Source/core/inspector/InspectorController.h
index f9dc721522163076f26134fd9bb2d15e31524b95..220ac47b1c4df6b67f0829051f01117c5d18bc64 100644
--- a/Source/core/inspector/InspectorController.h
+++ b/Source/core/inspector/InspectorController.h
@@ -144,8 +144,8 @@ private:
friend InstrumentingAgents* instrumentationForPage(Page*);
RefPtrWillBeMember<InstrumentingAgents> m_instrumentingAgents;
- OwnPtr<InjectedScriptManager> m_injectedScriptManager;
- OwnPtr<InspectorCompositeState> m_state;
+ OwnPtrWillBeMember<InjectedScriptManager> m_injectedScriptManager;
+ OwnPtrWillBeMember<InspectorCompositeState> m_state;
OwnPtr<InspectorOverlay> m_overlay;
RawPtrWillBeMember<InspectorDOMAgent> m_domAgent;
« no previous file with comments | « Source/core/inspector/InspectorConsoleAgent.cpp ('k') | Source/core/inspector/InspectorController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698