зеркало из https://github.com/mozilla/pjs.git
Bug 615838 comparison between signed and unsigned integer expressions in nsMediaCache::FlushInternal. r=roc a=roc
This commit is contained in:
Родитель
67eed32517
Коммит
cd9ebf39ef
|
@ -619,7 +619,7 @@ nsMediaCache::FlushInternal()
|
|||
{
|
||||
nsAutoMonitor mon(mMonitor);
|
||||
|
||||
for (PRInt32 blockIndex = 0; blockIndex < mIndex.Length(); ++blockIndex) {
|
||||
for (PRUint32 blockIndex = 0; blockIndex < mIndex.Length(); ++blockIndex) {
|
||||
FreeBlock(blockIndex);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче