| 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 92d6413ba31a6886a80dd8d44617af0aa520f6b8..bd1751068c8b322f237f68e406b1b80dc72a37fc 100644
|
| --- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| @@ -455,7 +455,6 @@ void WebDevToolsAgentImpl::initializeSession(int sessionId, const String& hostId
|
| m_overlay->init(cssAgent, debuggerAgent, m_domAgent);
|
|
|
| Platform::current()->currentThread()->addTaskObserver(this);
|
| - InspectorInstrumentation::registerInstrumentingAgents(m_instrumentingAgents.get());
|
| }
|
|
|
| void WebDevToolsAgentImpl::destroySession()
|
| @@ -474,7 +473,6 @@ void WebDevToolsAgentImpl::destroySession()
|
| m_session.clear();
|
|
|
| Platform::current()->currentThread()->removeTaskObserver(this);
|
| - InspectorInstrumentation::unregisterInstrumentingAgents(m_instrumentingAgents.get());
|
| }
|
|
|
| void WebDevToolsAgentImpl::attach(const WebString& hostId, int sessionId)
|
|
|