Bug 1623565 - P3: Remove mLoadFlags from DocumentChannelCreationArgs. r=mattwoodrow,jya

Differential Revision: https://phabricator.services.mozilla.com/D67799
This commit is contained in:
Dan Glastonbury
2020-04-27 05:38:15 +00:00
parent bd3d541441
commit e625b20079
11 changed files with 62 additions and 50 deletions

View File

@@ -9726,7 +9726,8 @@ nsresult nsDocShell::DoURILoad(nsDocShellLoadState* aLoadState,
nsCOMPtr<nsIChannel> channel;
if (DocumentChannel::CanUseDocumentChannel(aLoadState)) {
channel = DocumentChannel::CreateDocumentChannel(aLoadState, loadInfo,
loadFlags, this, cacheKey);
loadFlags, this, cacheKey,
uriModified, isXFOError);
MOZ_ASSERT(channel);
} else if (!CreateAndConfigureRealChannelForLoadState(
mBrowsingContext, aLoadState, loadInfo, this, this,