Backed out changeset 8cce0046e302 (bug 1406482) for mozilla::EditorBase::InsertTextImpl crashes

MozReview-Commit-ID: G9jW217fO0v
This commit is contained in:
Phil Ringnalda 2017-10-09 21:33:53 -07:00
Родитель 5fee8a40bb
Коммит 63a7c915ff
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -2503,8 +2503,6 @@ EditorBase::InsertTextImpl(const nsAString& aStringToInsert,
nsCOMPtr<nsINode> node = *aInOutNode;
int32_t offset = *aInOutOffset;
MOZ_ASSERT(node->GetChildAt(offset) == aChildAtOffset);
// In some cases, the node may be the anonymous div elemnt or a mozBR
// element. Let's try to look for better insertion point in the nearest
// text node if there is.