зеркало из https://github.com/mozilla/gecko-dev.git
Bug 321981 (nsContextMenu.js) Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefService).getBoolPref is not a function
p=me r=neil.parkwaycc.co.uk sr=jag
This commit is contained in:
Родитель
8caa277c24
Коммит
a79f88513f
|
@ -279,7 +279,7 @@ nsContextMenu.prototype = {
|
|||
this.target = node;
|
||||
|
||||
this.autoDownload = Components.classes["@mozilla.org/preferences-service;1"]
|
||||
.getService(Components.interfaces.nsIPrefService)
|
||||
.getService(Components.interfaces.nsIPrefBranch)
|
||||
.getBoolPref("browser.download.autoDownload");
|
||||
|
||||
// See if the user clicked on an image.
|
||||
|
|
Загрузка…
Ссылка в новой задаче