Bug 449543 - nsExpirationTracker's Iterator doesn't work properly, r=roc a=bsmedberg

This commit is contained in:
Joe Drew 2008-08-19 10:27:28 -04:00
Родитель cb41cf79b6
Коммит dc3762c874
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -251,6 +251,7 @@ template <class T, PRUint32 K> class nsExpirationTracker {
return (*generation)[mIndex - 1];
}
++mGeneration;
mIndex = 0;
}
return nsnull;
}