Bug 392153. Form to file a bug is missing from MSAA tree. r=ginn.chen, a=dsicore

This commit is contained in:
aaronleventhal@moonset.net 2007-08-30 11:48:24 -07:00
Родитель 2521c277ce
Коммит 7b9ec680d9
1 изменённых файлов: 3 добавлений и 5 удалений

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

@ -1138,11 +1138,9 @@ void nsDocAccessible::ContentAppended(nsIDocument *aDocument,
nsIContent* aContainer,
PRInt32 aNewIndexInContainer)
{
if (!mIsContentLoaded || !mDocument) {
if (mAccessNodeCache.Count() <= 1) {
// See comments in nsDocAccessible::InvalidateCacheSubtree
InvalidateChildren();
}
if ((!mIsContentLoaded || !mDocument) && mAccessNodeCache.Count() <= 1) {
// See comments in nsDocAccessible::InvalidateCacheSubtree
InvalidateChildren();
return;
}