Comment clarification from bug 347426, r+sr=bzbarsky

This commit is contained in:
bryner%brianryner.com 2006-08-06 18:50:17 +00:00
Родитель 2c59f5e5ef
Коммит 4766f20875
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -88,7 +88,9 @@ interface nsIContentViewer : nsISupports
* Attach the content viewer to its DOM window and docshell.
* @param aState A state object that might be useful in attaching the DOM
* window.
* @param aSHEntry The history entry that the content viewer was stored in
* @param aSHEntry The history entry that the content viewer was stored in.
* The entry must have the docshells for all of the child
* documents stored in its child shell list.
*/
void open(in nsISupports aState, in nsISHEntry aSHEntry);