Module: wine Branch: master Commit: 42ce560e380ae510199123bcc2d599f0ca6aa546 URL: http://source.winehq.org/git/wine.git/?a=commit;h=42ce560e380ae510199123bcc2...
Author: Jacek Caban jacek@codeweavers.com Date: Tue May 3 21:55:05 2011 +0000
mshtml: Don't use Gecko nsIURI::GetHostPort implementation.
---
dlls/mshtml/nsio.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/dlls/mshtml/nsio.c b/dlls/mshtml/nsio.c index 76c485c..b97dbe4 100644 --- a/dlls/mshtml/nsio.c +++ b/dlls/mshtml/nsio.c @@ -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;