This commit is contained in:
mkaply%us.ibm.com 2003-02-27 03:21:25 +00:00
Родитель ae04212ee8
Коммит b9b201f61d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -84,7 +84,7 @@ NS_IMETHODIMP nsHTMLIFrameAccessible::GetAccLastChild(nsIAccessible **aChild)
/* long getAccChildCount (); */
NS_IMETHODIMP nsHTMLIFrameAccessible::GetAccChildCount(PRInt32 *aNumChildren)
{
*aNumChildren = 1;
*aNumChildren = 1;
return NS_OK;
}