This commit is contained in:
Gavin Sharp 2010-08-03 01:28:01 -04:00
Родитель 3d70bee5f1
Коммит 49c2704d31
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -279,7 +279,7 @@ Components.utils.import("resource://gre/modules/XPCOMUtils.jsm");
XPCOMUtils.defineLazyServiceGetter(this, "ioUtil", "@mozilla.org/io-util;1",
"nsIIOUtil");
XPCOMUtils.defineLazyGetter(this, "BadCertHandler", "@mozilla.org/io-util;1", function () {
XPCOMUtils.defineLazyGetter(this, "BadCertHandler", function () {
var obj = {};
Cu.import("resource://gre/modules/CertUtils.jsm", obj);
return obj.BadCertHandler;