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:
parent
4c13c0bada
commit
cc3f3871a3
@ -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));
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user