| Index: third_party/WebKit/Source/web/InspectorEmulationAgent.cpp
|
| diff --git a/third_party/WebKit/Source/web/InspectorEmulationAgent.cpp b/third_party/WebKit/Source/web/InspectorEmulationAgent.cpp
|
| index 0170536824b9085b4c1ccbb25e67bc7918760967..ba8f31b71d66cf75371e9b2a69a84c72ef71fe77 100644
|
| --- a/third_party/WebKit/Source/web/InspectorEmulationAgent.cpp
|
| +++ b/third_party/WebKit/Source/web/InspectorEmulationAgent.cpp
|
| @@ -27,8 +27,7 @@ InspectorEmulationAgent* InspectorEmulationAgent::create(WebLocalFrameImpl* webL
|
| }
|
|
|
| InspectorEmulationAgent::InspectorEmulationAgent(WebLocalFrameImpl* webLocalFrameImpl, Client* client)
|
| - : InspectorBaseAgent<InspectorEmulationAgent, protocol::Emulation::Frontend>("Emulation")
|
| - , m_webLocalFrameImpl(webLocalFrameImpl)
|
| + : m_webLocalFrameImpl(webLocalFrameImpl)
|
| , m_client(client)
|
| {
|
| }
|
|
|