mirror of
https://github.com/electron/electron.git
synced 2026-01-27 08:18:28 -05:00
Merge pull request #282 from electron/revert-278-devtools_shutdown_patch
Revert "close devtools web contents when available to trigger cleanup"
This commit is contained in:
@@ -235,8 +235,6 @@ InspectableWebContentsImpl::InspectableWebContentsImpl(
|
||||
}
|
||||
|
||||
InspectableWebContentsImpl::~InspectableWebContentsImpl() {
|
||||
if (devtools_web_contents_)
|
||||
devtools_web_contents_->Close();
|
||||
Observe(nullptr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user