Correct SeaMonkey bustage fix for a1faf051bbc9 (bug 398776)

This commit is contained in:
Gavin Sharp 2010-06-23 04:07:48 -04:00
parent afabbf988c
commit ba9b1b0ef4

View File

@ -73,7 +73,7 @@ function getChromeWindow()
function getNotificationBox()
{
var chromeWin = getChromeWindow();
var notifyBox = chromeWin.getNotificationBox(chromeWin);
var notifyBox = chromeWin.getNotificationBox(window.top);
return notifyBox;
}