mshtml: Added nsIURI::GetUserPass implementation.
This commit is contained in:
parent
9bb0ecceb5
commit
008c0597c8
@ -1759,8 +1759,7 @@ static nsresult NSAPI nsURI_GetUserPass(nsIURL *iface, nsACString *aUserPass)
|
|||||||
if(This->nsuri)
|
if(This->nsuri)
|
||||||
return nsIURI_GetUserPass(This->nsuri, aUserPass);
|
return nsIURI_GetUserPass(This->nsuri, aUserPass);
|
||||||
|
|
||||||
FIXME("default action not implemented\n");
|
return get_uri_string(This, Uri_PROPERTY_USER_INFO, aUserPass);
|
||||||
return NS_ERROR_NOT_IMPLEMENTED;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static nsresult NSAPI nsURI_SetUserPass(nsIURL *iface, const nsACString *aUserPass)
|
static nsresult NSAPI nsURI_SetUserPass(nsIURL *iface, const nsACString *aUserPass)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user