Bug 491577 - fix idl comment. sr=mconnor

This commit is contained in:
Michael Kraft 2009-08-13 09:52:22 +02:00
Родитель d9ef96060c
Коммит 4468f2c7e7
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -165,6 +165,9 @@ interface nsISessionStore : nsISupports
/**
* @param aIndex is the index of the closed window to be removed (FIFO ordered).
*
* @throws NS_ERROR_INVALID_ARG
* when aIndex does not map to a closed window
*/
nsIDOMNode forgetClosedWindow(in unsigned long aIndex);