зеркало из https://github.com/mozilla/pjs.git
bustage fix for test_NetUtil
This commit is contained in:
Родитель
3d70bee5f1
Коммит
49c2704d31
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче