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) {