Fix crash when quitting
This commit is contained in:
parent
44ba4e87aa
commit
9ab9b392d6
1 changed files with 0 additions and 2 deletions
|
@ -499,8 +499,6 @@ void InspectableWebContentsImpl::WebContentsDestroyed() {
|
|||
frontend_loaded_ = false;
|
||||
Observe(nullptr);
|
||||
Detach();
|
||||
agent_host_ = nullptr;
|
||||
embedder_message_dispatcher_ = nullptr;
|
||||
|
||||
for (const auto& pair : pending_requests_)
|
||||
delete pair.first;
|
||||
|
|
Loading…
Reference in a new issue