Undoing backout of bug 97227 because valeski and rpotts insist. I guess drivers aren't doing approvals after all.

This commit is contained in:
dbaron%fas.harvard.edu 2006-05-17 02:21:57 +00:00
Родитель 02d31876a2
Коммит 4457ddff83
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -220,7 +220,7 @@ inLayoutUtils::GetScreenOrigin(nsIDOMElement* aElement)
if (presShell) {
// Flush all pending notifications so that our frames are uptodate
presShell->FlushPendingNotifications();
presShell->FlushPendingNotifications(PR_FALSE);
nsCOMPtr<nsIPresContext> presContext;
presShell->GetPresContext(getter_AddRefs(presContext));