зеркало из https://github.com/mozilla/pjs.git
[mq]: fix
This commit is contained in:
Родитель
f6adc2a187
Коммит
2781480153
|
@ -104,7 +104,7 @@ nsAccTreeWalker::GetNextChildInternal(PRBool aNoWalkUp)
|
|||
if (mState->childList)
|
||||
mState->childList->GetLength(&length);
|
||||
|
||||
while (mState->childIdx < length;) {
|
||||
while (mState->childIdx < length) {
|
||||
nsIContent* childNode = mState->childList->GetNodeAt(mState->childIdx);
|
||||
mState->childIdx++;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче