| Index: Source/web/WebDevToolsAgentImpl.cpp
|
| diff --git a/Source/web/WebDevToolsAgentImpl.cpp b/Source/web/WebDevToolsAgentImpl.cpp
|
| index 093feb415c7c0d24559c7c0f84345d0b29b4136d..86f16ef01c20e705afeb174f4cd2b039144c0050 100644
|
| --- a/Source/web/WebDevToolsAgentImpl.cpp
|
| +++ b/Source/web/WebDevToolsAgentImpl.cpp
|
| @@ -485,7 +485,7 @@ void WebDevToolsAgentImpl::initializeDeferredAgents()
|
| adoptPtr(new PageInjectedScriptHostClient()));
|
|
|
| if (m_overlay)
|
| - m_overlay->init(m_cssAgent.get(), debuggerAgent);
|
| + m_overlay->init(m_cssAgent.get(), debuggerAgent, m_domAgent);
|
| }
|
|
|
| void WebDevToolsAgentImpl::registerAgent(PassOwnPtrWillBeRawPtr<InspectorAgent> agent)
|
|
|