Fixing tree bustage

This commit is contained in:
radha%netscape.com 2000-11-28 00:01:16 +00:00
parent a6859a2ef4
commit ceb3d77e8d

View File

@ -279,7 +279,7 @@ HistoryImpl::Item(PRUint32 aIndex, nsAWritableString& aReturn)
nsresult result = NS_OK;
nsCOMPtr<nsISHistory> sHistory;
GetSessionHistoryfromDocShell(mDocShell, getter_AddRefs(sHistory));
GetSessionHistoryFromDocShell(mDocShell, getter_AddRefs(sHistory));
NS_ENSURE_TRUE(sHistory, NS_ERROR_FAILURE);
nsCOMPtr<nsISHEntry> shEntry;