mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-12 20:30:18 +00:00
remove annoying warnings from IOService, since we support old extensions
This commit is contained in:
parent
b6afdab5d4
commit
2f6fe15d30
@ -859,7 +859,6 @@ nsIOService::NewChannelFromURIWithProxyFlags2(nsIURI* aURI,
|
||||
aSecurityFlags,
|
||||
aContentPolicyType);
|
||||
}
|
||||
NS_ASSERTION(loadInfo, "Please pass security info when creating a channel");
|
||||
return NewChannelFromURIWithProxyFlagsInternal(aURI,
|
||||
aProxyURI,
|
||||
aProxyFlags,
|
||||
@ -933,7 +932,6 @@ nsIOService::NewChannel2(const nsACString& aSpec,
|
||||
NS_IMETHODIMP
|
||||
nsIOService::NewChannel(const nsACString &aSpec, const char *aCharset, nsIURI *aBaseURI, nsIChannel **result)
|
||||
{
|
||||
NS_ASSERTION(false, "Deprecated, use NewChannel2 providing loadInfo arguments!");
|
||||
return NewChannel2(aSpec,
|
||||
aCharset,
|
||||
aBaseURI,
|
||||
|
Loading…
x
Reference in New Issue
Block a user