mshtml: Don't return Gecko interfaces implementation from nsChannel::QueryInterface.
This commit is contained in:
parent
e4c203a2bc
commit
55014297f8
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue