diff options
Diffstat (limited to 'security/manager/ssl/nsNSSComponent.h')
-rw-r--r-- | security/manager/ssl/nsNSSComponent.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/manager/ssl/nsNSSComponent.h b/security/manager/ssl/nsNSSComponent.h index 4fbcdb0359..d31a1413c9 100644 --- a/security/manager/ssl/nsNSSComponent.h +++ b/security/manager/ssl/nsNSSComponent.h @@ -137,11 +137,10 @@ class nsNSSComponent final : public nsINSSComponent, public nsIObserver { // The following members are accessed only on the main thread: static int mInstanceCount; // If the intermediate preloading healer is enabled, the following timer - // periodically dispatches events to the background task queue. Each of these + // periodically dispatches events to the socket thread. Each of these // events scans the NSS certdb for preloaded intermediates that are in // cert_storage and thus can be removed. By default, the interval is 5 // minutes. - nsCOMPtr<nsISerialEventTarget> mIntermediatePreloadingHealerTaskQueue; nsCOMPtr<nsITimer> mIntermediatePreloadingHealerTimer; }; |