Backed out changeset 24d6087acc64 (bug 1658821) for build bustage at SessionHistoryEntry.cpp. CLOSED TREE

This commit is contained in:
Butkovits Atila
2020-08-20 17:37:53 +03:00
parent 96df4d033d
commit 720f9513be
9 changed files with 65 additions and 81 deletions

View File

@@ -510,7 +510,7 @@ void nsDocShellLoadState::SetSHEntry(nsISHEntry* aSHEntry) {
mSHEntry = aSHEntry;
nsCOMPtr<SessionHistoryEntry> she = do_QueryInterface(aSHEntry);
if (she) {
mLoadingSessionHistoryInfo = MakeUnique<LoadingSessionHistoryInfo>(she);
SetLoadingSessionHistoryInfo(LoadingSessionHistoryInfo(she->Info()));
} else {
mLoadingSessionHistoryInfo = nullptr;
}