Fixing IRIX tinderbox bustage.
This commit is contained in:
seawood%netscape.com 2003-01-06 21:43:09 +00:00
Родитель efad155ceb
Коммит 3f2f9f1998
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1705,7 +1705,7 @@ nsXULTreeBuilder::OpenSubtreeOf(nsTreeRows::Subtree* aSubtree,
// Now recursively deal with any open sub-containers that just got
// inserted. We need to do this back-to-front to avoid skewing offsets.
for (PRInt32 i = open.Count() - 1; i >= 0; --i) {
for (PRInt32 i = open.Count() - 1; i >= 0; --i) {
PRInt32 index = NS_PTR_TO_INT32(open[i]);
nsTreeRows::Subtree* child =