зеркало из https://github.com/mozilla/gecko-dev.git
Bug 868681 - Remove undefined reference to chromeWin in OfflineApps.js; r=mfinkle
This commit is contained in:
Родитель
ee0c481958
Коммит
954217daef
|
@ -42,7 +42,7 @@ var OfflineApps = {
|
|||
}
|
||||
}];
|
||||
|
||||
let requestor = chromeWin.BrowserApp.manifest ? "'" + chromeWin.BrowserApp.manifest.name + "'" : host;
|
||||
let requestor = BrowserApp.manifest ? "'" + BrowserApp.manifest.name + "'" : host;
|
||||
let message = strings.formatStringFromName("offlineApps.ask", [requestor], 1);
|
||||
let options = { checkbox: Strings.browser.GetStringFromName("offlineApps.dontAskAgain") };
|
||||
NativeWindow.doorhanger.show(message, notificationID, buttons, tab.id, options);
|
||||
|
|
Загрузка…
Ссылка в новой задаче