fix build bustage from bug #97227

git-svn-id: svn://10.0.0.236/trunk@102051 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rpotts%netscape.com 2001-08-31 00:49:30 +00:00
parent 4c13c0bada
commit cc3f3871a3
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -2915,7 +2915,7 @@ NS_IMETHODIMP mozXMLTermSession::ScrollToBottomLeft(void)
if (NS_FAILED(result) || !presShell)
return NS_ERROR_FAILURE;
presShell->FlushPendingNotifications();
presShell->FlushPendingNotifications(PR_FALSE);
// Get DOM Window
nsCOMPtr<nsIDocShell> docShell;