зеркало из https://github.com/mozilla/gecko-dev.git
fix typo
This commit is contained in:
Родитель
e4a51a7517
Коммит
54946a0603
|
@ -264,7 +264,7 @@ nsFindContentIterator::PositionAt(nsIContent* aCurNode)
|
|||
MaybeSetupInnerIterator();
|
||||
if (mInnerIterator) {
|
||||
// same rationale as in Next() and Prev() above
|
||||
if (!mFindForward) {
|
||||
if (!mFindBackward) {
|
||||
mInnerIterator->First();
|
||||
mOuterIterator->First();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче