From a1a4826742d18863a01dbc645833897b6d648857 Mon Sep 17 00:00:00 2001 From: "rpotts%netscape.com" Date: Wed, 17 May 2006 02:21:55 +0000 Subject: [PATCH] fix build bustage from bug #97227 --- layout/inspector/src/inLayoutUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/inspector/src/inLayoutUtils.cpp b/layout/inspector/src/inLayoutUtils.cpp index 2c3a3d002c7..805c77f0b72 100644 --- a/layout/inspector/src/inLayoutUtils.cpp +++ b/layout/inspector/src/inLayoutUtils.cpp @@ -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 presContext; presShell->GetPresContext(getter_AddRefs(presContext));