Bug 1424839 - Continue checking selections after a collapsed one r=mats

MozReview-Commit-ID: 4YXtx2bEprU

--HG--
extra : rebase_source : 3c94d78c9865d31f9c87e713b58922164ac6d805
This commit is contained in:
Adam Gashlin 2017-12-14 14:29:59 -06:00
Родитель 238056272d
Коммит a0a93d0d91
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -267,7 +267,7 @@ nsRange::IsNodeSelected(nsINode* aNode, uint32_t aStartOffset,
static_cast<int32_t>(middleMinus1->EndOffset())) < 0) {
result = -1;
} else {
return false;
break;
}
}