Bug 849654: Remove the sole consumer of nsDataHashtableMT. r=bsmith

This commit is contained in:
Kyle Huey 2013-03-12 14:25:52 -07:00
parent 3e92ec99e1
commit 4197941c60

View File

@ -123,7 +123,7 @@ private:
bool mIsNotValidAtThisTime;
bool mIsUntrusted;
};
nsDataHashtableMT<nsCStringHashKey, CertStateBits> mErrorHosts;
nsDataHashtable<nsCStringHashKey, CertStateBits> mErrorHosts;
public:
void RememberCertHasError(TransportSecurityInfo * infoobject,