зеркало из https://github.com/mozilla/gecko-dev.git
Bug 751711 - Fix usage of nsIAlertsService in nsBrowserGlue [r=gavin]
This commit is contained in:
Родитель
442677a9f3
Коммит
2b117ea01f
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче