зеркало из https://github.com/mozilla/gecko-dev.git
Bug 250476 lowercase GetChildSHEntry and AddChildSHEntry in nsIDocShellHistory
r=jst sr=jst
This commit is contained in:
Родитель
17684ebc83
Коммит
8cdbad2127
|
@ -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);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче