Bug 1671697 - Crash in [@ nsDocShell::InternalLoad], r=peterv

Differential Revision: https://phabricator.services.mozilla.com/D93929
This commit is contained in:
Olli Pettay
2020-10-21 14:22:47 +00:00
parent 122429fd08
commit 38bc0d3250

View File

@@ -9338,7 +9338,7 @@ nsresult nsDocShell::InternalLoad(nsDocShellLoadState* aLoadState,
nsID historyID = {};
aLoadState->SHEntry()->GetDocshellID(historyID);
MOZ_ALWAYS_SUCCEEDS(mBrowsingContext->SetHistoryID(historyID));
Unused << mBrowsingContext->SetHistoryID(historyID);
}
}