| Index: third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| index d826ccb5038f74de3200cd7db76201744f9bb891..40d7049d4810944ecf7bcbce5a1bc06d09249451 100644
|
| --- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| @@ -399,7 +399,7 @@ void WebDevToolsAgentImpl::initializeSession(int sessionId,
|
| m_session->append(cssAgent);
|
|
|
| m_session->append(new InspectorAnimationAgent(
|
| - m_inspectedFrames.get(), m_domAgent, cssAgent, m_session->v8Session()));
|
| + m_inspectedFrames.get(), cssAgent, m_session->v8Session()));
|
|
|
| m_session->append(InspectorMemoryAgent::create());
|
|
|
|
|