Bug 924260 -[e10s] Fix assertion on window close (r=felipe)

This commit is contained in:
Bill McCloskey 2014-03-20 14:26:47 -07:00
parent c447e9eb94
commit aae6baffd3

View File

@ -238,6 +238,7 @@ addEventListener("DOMWindowClose", function (aEvent) {
if (!aEvent.isTrusted)
return;
sendAsyncMessage("DOMWindowClose");
aEvent.preventDefault();
}, false);
addEventListener("ImageContentLoaded", function (aEvent) {