Attempt to fix red tinderbox, trivial mismatch between NS_IMETHODIMP and nsresult. Follow up to my fix for bug 420187.

This commit is contained in:
kaie@kuix.de 2008-03-25 13:09:18 -07:00
parent a35f550c56
commit d9ea85f3b9

View File

@ -326,7 +326,7 @@ nsNSSSocketInfo::SetNotificationCallbacks(nsIInterfaceRequestor* aCallbacks)
return NS_OK;
}
NS_IMETHODIMP
nsresult
nsNSSSocketInfo::EnsureDocShellDependentStuffKnown()
{
if (mDocShellDependentStuffKnown)