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 17:53:43 +00:00
Родитель 1e6766d643
Коммит 1cb8afd545
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));