From ceb3d77e8d226b9ef9b95ec3fe1bb1acfc1879e8 Mon Sep 17 00:00:00 2001 From: "radha%netscape.com" Date: Tue, 28 Nov 2000 00:01:16 +0000 Subject: [PATCH] Fixing tree bustage --- dom/src/base/nsHistory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/src/base/nsHistory.cpp b/dom/src/base/nsHistory.cpp index 509de1544388..3ace57b69b9e 100644 --- a/dom/src/base/nsHistory.cpp +++ b/dom/src/base/nsHistory.cpp @@ -279,7 +279,7 @@ HistoryImpl::Item(PRUint32 aIndex, nsAWritableString& aReturn) nsresult result = NS_OK; nsCOMPtr sHistory; - GetSessionHistoryfromDocShell(mDocShell, getter_AddRefs(sHistory)); + GetSessionHistoryFromDocShell(mDocShell, getter_AddRefs(sHistory)); NS_ENSURE_TRUE(sHistory, NS_ERROR_FAILURE); nsCOMPtr shEntry;