mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 1593426 - Fix a case missed in bug 1587162. r=erahm
This code is compiled when `MOZ_NEW_CERT_STORAGE` is not defined, which is the case on beta. Differential Revision: https://phabricator.services.mozilla.com/D51559 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
d3857aeb96
commit
8b7aa8af65
@ -78,7 +78,7 @@ class CertBlocklist : public nsICertBlocklist {
|
||||
nsCOMPtr<nsIFile> mBackingFile;
|
||||
|
||||
protected:
|
||||
static void PreferenceChanged(const char* aPref, CertBlocklist* aBlocklist);
|
||||
static void PreferenceChanged(const char* aPref, void* aBlocklist);
|
||||
static uint32_t sLastBlocklistUpdate;
|
||||
static uint32_t sLastKintoUpdate;
|
||||
static uint32_t sMaxStaleness;
|
||||
|
Loading…
Reference in New Issue
Block a user