Commit 42ce560e authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

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

parent 4815e411
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment