From 23d2e1f19cf068931bc77a4d7f9449af7ac40a0b Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" Date: Tue, 23 Nov 2004 19:19:29 +0000 Subject: [PATCH] Bug 250476 lowercase GetChildSHEntry and AddChildSHEntry in nsIDocShellHistory r=jst sr=jst git-svn-id: svn://10.0.0.236/trunk@165656 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/docshell/base/nsIDocShellHistory.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/docshell/base/nsIDocShellHistory.idl b/mozilla/docshell/base/nsIDocShellHistory.idl index ac580e807a6..5a74417b739 100644 --- a/mozilla/docshell/base/nsIDocShellHistory.idl +++ b/mozilla/docshell/base/nsIDocShellHistory.idl @@ -45,12 +45,12 @@ interface nsIDocShellHistory : nsISupports /** * Get the SHEntry associated with a child docshell */ - nsISHEntry GetChildSHEntry(in long aChildOffset); + nsISHEntry getChildSHEntry(in long aChildOffset); /** * Add a Child SHEntry for a frameset page */ - void AddChildSHEntry(in nsISHEntry aCloneReference, + void addChildSHEntry(in nsISHEntry aCloneReference, in nsISHEntry aHistoryEntry, in long aChildOffset);