Index: Source/WebCore/inspector/InspectorController.h |
=================================================================== |
--- Source/WebCore/inspector/InspectorController.h (revision 141144) |
+++ Source/WebCore/inspector/InspectorController.h (working copy) |
@@ -128,7 +128,7 @@ |
friend class PostWorkerNotificationToFrontendTask; |
friend InstrumentingAgents* instrumentationForPage(Page*); |
- OwnPtr<InstrumentingAgents> m_instrumentingAgents; |
+ RefPtr<InstrumentingAgents> m_instrumentingAgents; |
OwnPtr<InjectedScriptManager> m_injectedScriptManager; |
OwnPtr<InspectorState> m_state; |
OwnPtr<InspectorOverlay> m_overlay; |