From bdc48b16446204584ea31771beacb30f7602e8eb Mon Sep 17 00:00:00 2001 From: "bzbarsky@mit.edu" Date: Tue, 21 Aug 2007 20:16:18 -0700 Subject: [PATCH] Fix Windows build bustage --- layout/base/nsPresShell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/base/nsPresShell.cpp b/layout/base/nsPresShell.cpp index 347047e024c..4637f0f5728 100644 --- a/layout/base/nsPresShell.cpp +++ b/layout/base/nsPresShell.cpp @@ -4377,7 +4377,7 @@ PresShell::FlushPendingNotifications(mozFlushType aType) return DoFlushPendingNotifications(aType, PR_FALSE); } -NS_IMETHODIMP +nsresult PresShell::DoFlushPendingNotifications(mozFlushType aType, PRBool aInterruptibleReflow) {