nsIWebShell now has a new method for this last remaining piece of code that needs to call the loadurl. Converted the load to use that call.

This commit is contained in:
tbogard%aol.net 2000-04-01 00:29:28 +00:00
Родитель 6b24931ade
Коммит 6a8b242fdb
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -589,8 +589,9 @@ nsHistoryEntry::Load(nsIWebShell * aPrevEntry, PRBool aIsReload) {
PRUnichar * uniURL = cSURL.ToNewUnicode();
prev->SetURL(uniURL);
nsAutoString referrer(mReferrer);
prev->LoadURL(uniURL, nsnull, PR_FALSE, loadType, 0, historyObject,
prev->SessionHistoryInternalLoadURL(uniURL, loadType, historyObject,
mReferrer ? referrer.GetUnicode() : nsnull);
Recycle(uniURL);
if (aIsReload && (pcount > 0)) {