зеркало из https://github.com/mozilla/gecko-dev.git
Bug 684107 followup - stop importing XPCOMUtils.jsm and Dict.jsm into DownloadLastDir.jsm; r=gavin
This commit is contained in:
Родитель
eee791ac56
Коммит
78cce20bd9
|
@ -63,9 +63,7 @@ const nsILocalFile = Components.interfaces.nsILocalFile;
|
||||||
|
|
||||||
var EXPORTED_SYMBOLS = [ "gDownloadLastDir" ];
|
var EXPORTED_SYMBOLS = [ "gDownloadLastDir" ];
|
||||||
|
|
||||||
Components.utils.import("resource://gre/modules/XPCOMUtils.jsm");
|
|
||||||
Components.utils.import("resource://gre/modules/Services.jsm");
|
Components.utils.import("resource://gre/modules/Services.jsm");
|
||||||
Components.utils.import("resource://gre/modules/Dict.jsm");
|
|
||||||
|
|
||||||
let pbSvc = null;
|
let pbSvc = null;
|
||||||
if (PBSVC_CID in Components.classes) {
|
if (PBSVC_CID in Components.classes) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче