Bug 308564 - linux bustage fix

This commit is contained in:
surkov.alexander@gmail.com 2008-02-08 05:25:09 -08:00
parent 645d902456
commit c3c126915d

View File

@ -671,7 +671,7 @@ nsXULTreeAccessible::TreeViewInvalidated(PRInt32 aStartRow, PRInt32 aEndRow,
for (PRInt32 rowIdx = aStartRow; rowIdx <= endRow; ++rowIdx) {
#ifdef MOZ_ACCESSIBILITY_ATK
for (PRInt32 colIdx = startCol; colIdx <= endCol; ++colIdx)
for (PRInt32 colIdx = aStartCol; colIdx <= endCol; ++colIdx)
#endif
{
void *key = reinterpret_cast<void*>(rowIdx * kMaxTreeColumns + colIdx);