Commit 55014297 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

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

parent e4c203a2
...@@ -195,9 +195,6 @@ static nsresult NSAPI nsChannel_QueryInterface(nsIHttpChannel *iface, nsIIDRef r ...@@ -195,9 +195,6 @@ static nsresult NSAPI nsChannel_QueryInterface(nsIHttpChannel *iface, nsIIDRef r
return NS_OK; return NS_OK;
} }
if(This->channel)
return nsIChannel_QueryInterface(This->channel, riid, result);
return NS_NOINTERFACE; return NS_NOINTERFACE;
} }
......
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