mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-27 19:09:47 +00:00
Bug 924260 -[e10s] Fix assertion on window close (r=felipe)
This commit is contained in:
parent
c447e9eb94
commit
aae6baffd3
@ -238,6 +238,7 @@ addEventListener("DOMWindowClose", function (aEvent) {
|
||||
if (!aEvent.isTrusted)
|
||||
return;
|
||||
sendAsyncMessage("DOMWindowClose");
|
||||
aEvent.preventDefault();
|
||||
}, false);
|
||||
|
||||
addEventListener("ImageContentLoaded", function (aEvent) {
|
||||
|
Loading…
Reference in New Issue
Block a user