Bug 107831: some elements are skipped when stopping a load. r=timeless, sr=brendan

This commit is contained in:
rjesup%wgate.com 2001-12-11 22:00:03 +00:00
Родитель b9becd3b7a
Коммит bdad0bcf93
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -832,6 +832,8 @@ nsPICS::OnStateChange(nsIWebProgress* aWebProgress,
if(0 == PL_strcmp(spec1, spec2)) {
if(!urlData->notified) {
currentURLList->RemoveElementAt(i);
i--; // will get bumped back to i for next iteration
count--; // we have one fewer entry
if (nsnull != aURL) {
nsXPIDLCString uProtocol;
nsXPIDLCString uHost;