mshtml: Don't return Gecko interfaces implementation from nsChannel::QueryInterface.

This commit is contained in:
Jacek Caban 2009-08-22 19:38:14 +02:00 committed by Alexandre Julliard
parent e4c203a2bc
commit 55014297f8
1 changed files with 0 additions and 3 deletions

View File

@ -195,9 +195,6 @@ static nsresult NSAPI nsChannel_QueryInterface(nsIHttpChannel *iface, nsIIDRef r
return NS_OK;
}
if(This->channel)
return nsIChannel_QueryInterface(This->channel, riid, result);
return NS_NOINTERFACE;
}