mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 5fb2f4662098 (bug 846498) for wrong bug number in commit message
This commit is contained in:
parent
f603cc8bdf
commit
573a77d7d3
@ -8,11 +8,10 @@
|
||||
|
||||
interface nsIX509CertList;
|
||||
|
||||
[scriptable, uuid(216112d3-28bc-4671-b057-f98cc09ba1ea)]
|
||||
[scriptable, uuid(c754ef58-853f-4870-abf7-98be325d2b97)]
|
||||
interface nsITransportSecurityInfo : nsISupports {
|
||||
readonly attribute unsigned long securityState;
|
||||
readonly attribute wstring errorMessage;
|
||||
readonly attribute long errorCode; // PRErrorCode
|
||||
|
||||
/**
|
||||
* If certificate verification failed, this will be the peer certificate
|
||||
|
@ -266,13 +266,6 @@ TransportSecurityInfo::formatErrorMessage(MutexAutoLock const & proofOfLock,
|
||||
return rv;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
TransportSecurityInfo::GetErrorCode(int32_t* state)
|
||||
{
|
||||
*state = GetErrorCode();
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
/* void getInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result); */
|
||||
NS_IMETHODIMP
|
||||
TransportSecurityInfo::GetInterface(const nsIID & uuid, void * *result)
|
||||
|
Loading…
Reference in New Issue
Block a user