Bug 751711 - Fix usage of nsIAlertsService in nsBrowserGlue [r=gavin]

This commit is contained in:
Paul O’Shannessy 2012-05-04 11:23:55 -07:00
Родитель 442677a9f3
Коммит 2b117ea01f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -811,7 +811,7 @@ BrowserGlue.prototype = {
try {
// This will throw NS_ERROR_NOT_AVAILABLE if the notification cannot
// be displayed per the idl.
notifier.showAlertNotification("post-update-notification", title, text,
notifier.showAlertNotification(null, title, text,
true, url, clickCallback);
}
catch (e) {