mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
bug 386561, Page not painting properly (ensure that EndUpdateViewBatch gets called), r+sr=peterv
This commit is contained in:
parent
59c3596049
commit
2dd5196d2b
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user