Index: Source/core/inspector/InspectorController.h |
diff --git a/Source/core/inspector/InspectorController.h b/Source/core/inspector/InspectorController.h |
index db758969abe34a79b2ed26ee0ee78356a30fa29f..0e243f78fc2b2a96985d47c8bf776a2a84ebd594 100644 |
--- a/Source/core/inspector/InspectorController.h |
+++ b/Source/core/inspector/InspectorController.h |
@@ -87,7 +87,7 @@ public: |
void willBeDestroyed(); |
void registerModuleAgent(PassOwnPtrWillBeRawPtr<InspectorAgent>); |
- void setInspectorFrontendClient(PassOwnPtrWillBeRawPtr<InspectorFrontendClient>); |
+ void setInspectorFrontendClient(InspectorFrontendClient*); |
void didClearDocumentOfWindowObject(LocalFrame*); |
void setInjectedScriptForOrigin(const String& origin, const String& source); |
void showContextMenu(float x, float y, PassRefPtr<ContextMenuProvider>); |
@@ -157,7 +157,7 @@ private: |
RawPtrWillBeMember<InspectorTracingAgent> m_tracingAgent; |
RefPtr<InspectorBackendDispatcher> m_inspectorBackendDispatcher; |
- OwnPtrWillBeMember<InspectorFrontendClient> m_inspectorFrontendClient; |
+ InspectorFrontendClient* m_inspectorFrontendClient; |
OwnPtr<InspectorFrontend> m_inspectorFrontend; |
RawPtrWillBeMember<Page> m_page; |
InspectorClient* m_inspectorClient; |