From 3a67f3ecacef8a7e965ae5e234c7b10bcbb85792 Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Mon, 30 Apr 2007 06:43:03 +0000 Subject: [PATCH] Fix build bustage git-svn-id: svn://10.0.0.236/trunk@225247 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/base/nsPresShell.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/layout/base/nsPresShell.cpp b/mozilla/layout/base/nsPresShell.cpp index 2529fdf209b..2768a32cb14 100644 --- a/mozilla/layout/base/nsPresShell.cpp +++ b/mozilla/layout/base/nsPresShell.cpp @@ -1066,6 +1066,7 @@ protected: void DoReflow(nsIFrame* aFrame); #ifdef DEBUG void DoVerifyReflow(); + void VerifyHasDirtyRootAncestor(nsIFrame* aFrame); #endif friend class nsPresShellEventCB;