Backed out changeset 24d6087acc64 (bug 1658821) for build bustage at SessionHistoryEntry.cpp. CLOSED TREE
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user