Almost forgot small nit from Peter Parente's comments for last checkin to bug 302937

This commit is contained in:
aaronleventhal%moonset.net 2005-08-10 01:55:30 +00:00
Родитель ce8f9aecab
Коммит d0d189ebb3
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -1913,6 +1913,7 @@ NS_IMETHODIMP nsAccessible::GetRole(PRUint32 *aRole)
/* PRUint8 getAccNumActions (); */
NS_IMETHODIMP nsAccessible::GetNumActions(PRUint8 *aNumActions)
{
*aNumActions = 0;
return NS_OK;
}