Index: Source/core/inspector/InspectorController.h |
diff --git a/Source/core/inspector/InspectorController.h b/Source/core/inspector/InspectorController.h |
index 37d0b93b7bb3aebc1e2356f8844e5d30effaa15e..493967e6dd0decec8092f28bc50bfaf363434fd4 100644 |
--- a/Source/core/inspector/InspectorController.h |
+++ b/Source/core/inspector/InspectorController.h |
@@ -141,8 +141,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; |