forked from mirrors/gecko-dev
		
	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
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -78,7 +78,7 @@ class CertBlocklist : public nsICertBlocklist { | ||||||
|   nsCOMPtr<nsIFile> mBackingFile; |   nsCOMPtr<nsIFile> mBackingFile; | ||||||
| 
 | 
 | ||||||
|  protected: |  protected: | ||||||
|   static void PreferenceChanged(const char* aPref, CertBlocklist* aBlocklist); |   static void PreferenceChanged(const char* aPref, void* aBlocklist); | ||||||
|   static uint32_t sLastBlocklistUpdate; |   static uint32_t sLastBlocklistUpdate; | ||||||
|   static uint32_t sLastKintoUpdate; |   static uint32_t sLastKintoUpdate; | ||||||
|   static uint32_t sMaxStaleness; |   static uint32_t sMaxStaleness; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Nicholas Nethercote
						Nicholas Nethercote