mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 12:50:09 +00:00
Correct SeaMonkey bustage fix for a1faf051bbc9 (bug 398776)
This commit is contained in:
parent
afabbf988c
commit
ba9b1b0ef4
@ -73,7 +73,7 @@ function getChromeWindow()
|
||||
function getNotificationBox()
|
||||
{
|
||||
var chromeWin = getChromeWindow();
|
||||
var notifyBox = chromeWin.getNotificationBox(chromeWin);
|
||||
var notifyBox = chromeWin.getNotificationBox(window.top);
|
||||
|
||||
return notifyBox;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user