Bug 860621 - Fix allowPopups option for RecentWindow.getMostRecentBrowserWindow; r=dao

This commit is contained in:
Tim Taubert 2013-04-11 14:11:14 +02:00
parent da01f24dd8
commit 22483279ed

View File

@ -33,7 +33,6 @@ this.RecentWindow = {
function isSuitableBrowserWindow(win) {
return (!win.closed &&
win.toolbar.visible &&
(allowPopups || win.toolbar.visible) &&
(!checkPrivacy ||
PrivateBrowsingUtils.permanentPrivateBrowsing ||