Remove node from nsTextNodeDirectionalityMap when another node is going to replace it. Bug 816253, r=peterv

This commit is contained in:
Simon Montagu 2012-12-09 23:10:56 -08:00
Родитель ec38219fdc
Коммит 6472ad7f01
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -732,6 +732,9 @@ void SetAncestorDirectionIfAuto(nsINode* aTextNode, Directionality aDir,
// we found the node that set the element's direction after our
// text node, so we need to reset the direction
resetDirection = true;
nsTextNodeDirectionalityMap::RemoveElementFromMap(
directionWasSetByTextNode, parent
);
break;
}