bug 386561, Page not painting properly (ensure that EndUpdateViewBatch gets called), r+sr=peterv

This commit is contained in:
Olli.Pettay@helsinki.fi 2007-07-04 10:53:43 -07:00
Родитель 763c28dc18
Коммит 29b9e5e15f
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -962,8 +962,6 @@ nsEditor::EndPlaceHolderTransaction()
{
nsCOMPtr<nsISelection>selection;
nsresult rv = GetSelection(getter_AddRefs(selection));
if (NS_FAILED(rv))
return rv;
nsCOMPtr<nsISelectionPrivate>selPrivate(do_QueryInterface(selection));