Bug 684107 followup - stop importing XPCOMUtils.jsm and Dict.jsm into DownloadLastDir.jsm; r=gavin

This commit is contained in:
Geoff Lankow 2012-01-20 19:58:38 +13:00
Родитель eee791ac56
Коммит 78cce20bd9
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -63,9 +63,7 @@ const nsILocalFile = Components.interfaces.nsILocalFile;
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/Dict.jsm");
let pbSvc = null;
if (PBSVC_CID in Components.classes) {