mshtml: Don't use Gecko nsIURI::GetHostPort implementation.

This commit is contained in:
Jacek Caban 2011-05-03 21:55:05 +00:00 committed by Alexandre Julliard
parent 4815e411d1
commit 42ce560e38
1 changed files with 0 additions and 3 deletions

View File

@ -1878,9 +1878,6 @@ static nsresult NSAPI nsURI_GetHostPort(nsIURL *iface, nsACString *aHostPort)
TRACE("(%p)->(%p)\n", This, aHostPort);
if(This->nsuri)
return nsIURI_GetHostPort(This->nsuri, aHostPort);
if(!ensure_uri(This))
return NS_ERROR_UNEXPECTED;