зеркало из https://github.com/mozilla/pjs.git
Bug 449543 - nsExpirationTracker's Iterator doesn't work properly, r=roc a=bsmedberg
This commit is contained in:
Родитель
cb41cf79b6
Коммит
dc3762c874
|
@ -251,6 +251,7 @@ template <class T, PRUint32 K> class nsExpirationTracker {
|
|||
return (*generation)[mIndex - 1];
|
||||
}
|
||||
++mGeneration;
|
||||
mIndex = 0;
|
||||
}
|
||||
return nsnull;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче