mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Part 1: network component changes.
This commit is contained in:
parent
59ee48bfb0
commit
c8412ad501
8 changed files with 104 additions and 20 deletions
|
|
@ -324,10 +324,16 @@ nsHttpChannel::Init(nsIURI *uri,
|
|||
nsProxyInfo *proxyInfo,
|
||||
uint32_t proxyResolveFlags,
|
||||
nsIURI *proxyURI,
|
||||
const nsID& channelId)
|
||||
const nsID& channelId,
|
||||
nsContentPolicyType aContentPolicyType)
|
||||
{
|
||||
nsresult rv = HttpBaseChannel::Init(uri, caps, proxyInfo,
|
||||
proxyResolveFlags, proxyURI, channelId);
|
||||
nsresult rv = HttpBaseChannel::Init(uri,
|
||||
caps,
|
||||
proxyInfo,
|
||||
proxyResolveFlags,
|
||||
proxyURI,
|
||||
channelId,
|
||||
aContentPolicyType);
|
||||
if (NS_FAILED(rv))
|
||||
return rv;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue