зеркало из https://github.com/mozilla/pjs.git
fix build bustage from bug #97227
This commit is contained in:
Родитель
7cdaa22304
Коммит
a1a4826742
|
@ -220,7 +220,7 @@ inLayoutUtils::GetScreenOrigin(nsIDOMElement* aElement)
|
||||||
|
|
||||||
if (presShell) {
|
if (presShell) {
|
||||||
// Flush all pending notifications so that our frames are uptodate
|
// Flush all pending notifications so that our frames are uptodate
|
||||||
presShell->FlushPendingNotifications();
|
presShell->FlushPendingNotifications(PR_FALSE);
|
||||||
|
|
||||||
nsCOMPtr<nsIPresContext> presContext;
|
nsCOMPtr<nsIPresContext> presContext;
|
||||||
presShell->GetPresContext(getter_AddRefs(presContext));
|
presShell->GetPresContext(getter_AddRefs(presContext));
|
||||||
|
|
Загрузка…
Ссылка в новой задаче