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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user