| Index: third_party/WebKit/Source/core/inspector/InspectorBaseAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.cpp
|
| index e8c9d075cf61c4c67569989fc423aa38cf6e19e6..9e5d94bc1c5f1f9ee43f0d5cdcdaa54b86523ab5 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.cpp
|
| @@ -125,6 +125,8 @@ void InspectorAgentRegistry::discardAgents()
|
| {
|
| for (size_t i = m_agents.size(); i > 0; i--)
|
| m_agents[i - 1]->discardAgent();
|
| + m_agents.clear();
|
| + m_state = protocol::DictionaryValue::create();
|
| }
|
|
|
| void InspectorAgentRegistry::flushPendingProtocolNotifications()
|
|
|