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
parent 674ec6466a
commit c42e53d743

View File

@ -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) {