| Index: crypto/nss_util_internal.h
|
| diff --git a/crypto/nss_util_internal.h b/crypto/nss_util_internal.h
|
| index fb76bd8fee51fe45ae7332bc33c2e8ac74b9a806..262a59a1ba93fa059a0fd8bb2bb61bb49fcbfaf5 100644
|
| --- a/crypto/nss_util_internal.h
|
| +++ b/crypto/nss_util_internal.h
|
| @@ -35,7 +35,7 @@ CRYPTO_EXPORT PK11SlotInfo* GetPrivateNSSKeySlot() WARN_UNUSED_RESULT;
|
|
|
| // A helper class that acquires the SECMOD list read lock while the
|
| // AutoSECMODListReadLock is in scope.
|
| -class AutoSECMODListReadLock {
|
| +class CRYPTO_EXPORT AutoSECMODListReadLock {
|
| public:
|
| AutoSECMODListReadLock();
|
| ~AutoSECMODListReadLock();
|
|
|