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
This commit is contained in:
timeless%mozdev.org
2004-11-23 19:19:29 +00:00
parent c98d2ec1f0
commit 23d2e1f19c

View File

@@ -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);