Merge pull request #7029 from electron/revert-7003-exit-tab-fullscreen

Revert "exit tab fullscreen on destroy"
This commit is contained in:
Cheng Zhao 2016-08-30 17:09:37 +09:00 committed by GitHub
commit 46b2579441

View file

@ -775,8 +775,6 @@ bool WebContents::OnMessageReceived(const IPC::Message& message) {
// be destroyed on close, and WebContentsDestroyed would be called for it, so
// we need to make sure the api::WebContents is also deleted.
void WebContents::WebContentsDestroyed() {
// clear out tab fullscreen state
ExitFullscreenModeForTab(web_contents());
// This event is only for internal use, which is emitted when WebContents is
// being destroyed.
Emit("will-destroy");