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
parent 59c3596049
commit 2dd5196d2b

View File

@ -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));