This commit is contained in:
rpotts%netscape.com 2006-05-17 02:21:55 +00:00
Родитель 7cdaa22304
Коммит a1a4826742
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));