Backed out changeset 5fb2f4662098 (bug 846498) for wrong bug number in commit message

This commit is contained in:
Carsten "Tomcat" Book 2014-10-31 10:03:53 +01:00
parent f603cc8bdf
commit 573a77d7d3
2 changed files with 1 additions and 9 deletions

View File

@ -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

View File

@ -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)