From eb4e268436efa87c040e0b85cfbcfa78d1e2893d Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Mon, 22 Jan 2007 04:41:06 +0000 Subject: [PATCH] Fix build bustage. Bug 367587 git-svn-id: svn://10.0.0.236/trunk@218742 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/generic/nsGfxScrollFrame.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/mozilla/layout/generic/nsGfxScrollFrame.h b/mozilla/layout/generic/nsGfxScrollFrame.h index 39e0fab50c6..34f6654b9fe 100644 --- a/mozilla/layout/generic/nsGfxScrollFrame.h +++ b/mozilla/layout/generic/nsGfxScrollFrame.h @@ -373,11 +373,9 @@ protected: return mInner.GetScrollPortSize(); } -#ifdef DEBUG PRBool IsScrollbarUpdateSuppressed() const { return mInner.mSupppressScrollbarUpdate; } -#endif private: friend class nsGfxScrollFrameInner;