Bug 250476 lowercase GetChildSHEntry and AddChildSHEntry in nsIDocShellHistory

r=jst sr=jst
This commit is contained in:
timeless%mozdev.org 2004-11-23 19:19:29 +00:00
Родитель 17684ebc83
Коммит 8cdbad2127
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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