Bug 823342 - Update reference to renamed getRecentBadCertsService method. r=bsmith

This commit is contained in:
Josh Matthews 2012-12-20 11:59:40 -05:00
parent f1078f4dc0
commit 587d1ddff8

View File

@ -92,7 +92,7 @@ function findRecentBadCert(uri) {
.getService(Components.interfaces.nsIX509CertDB);
if (!certDB)
return false;
var recentCertsSvc = certDB.getRecentBadCertsService(inPrivateBrowsingMode());
var recentCertsSvc = certDB.getRecentBadCerts(inPrivateBrowsingMode());
if (!recentCertsSvc)
return false;