mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 823342 - Update reference to renamed getRecentBadCertsService method. r=bsmith
This commit is contained in:
parent
f1078f4dc0
commit
587d1ddff8
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user