This commit is contained in:
aaronleventhal%moonset.net 2006-08-11 17:54:03 +00:00
Родитель cc3fd8919a
Коммит 17fdfb135a
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -60,8 +60,10 @@ interface nsPIAccessible : nsISupports
*/
[noscript] readonly attribute boolean allowsAnonChildAccessibles;
%{C++
#ifdef DEBUG_A11Y
[noscript] void testChildCache(in nsIAccessible aCachedChild); // Assert if child not in parent's cache
#endif
%}
};