| Index: Source/core/inspector/InspectorInputAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorInputAgent.cpp b/Source/core/inspector/InspectorInputAgent.cpp
|
| index 0f179bf0bb3411b25dc5a6b7b3f80aff12189103..a4928682d5997755478a8dbb6fd4ad9e3e6d1bcc 100644
|
| --- a/Source/core/inspector/InspectorInputAgent.cpp
|
| +++ b/Source/core/inspector/InspectorInputAgent.cpp
|
| @@ -49,8 +49,8 @@
|
|
|
| namespace WebCore {
|
|
|
| -InspectorInputAgent::InspectorInputAgent(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* inspectorState, Page* page, InspectorClient* client)
|
| - : InspectorBaseAgent<InspectorInputAgent>("Input", instrumentingAgents, inspectorState)
|
| +InspectorInputAgent::InspectorInputAgent(InstrumentingAgents* instrumentingAgents, InspectorState* inspectorState, Page* page, InspectorClient* client)
|
| + : InspectorBaseAgent(instrumentingAgents, inspectorState)
|
| , m_page(page), m_client(client)
|
| {
|
| }
|
|
|