Fix build bustage. Bug 367587

git-svn-id: svn://10.0.0.236/trunk@218742 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2007-01-22 04:41:06 +00:00
parent 3de9b82869
commit eb4e268436

View File

@@ -373,11 +373,9 @@ protected:
return mInner.GetScrollPortSize();
}
#ifdef DEBUG
PRBool IsScrollbarUpdateSuppressed() const {
return mInner.mSupppressScrollbarUpdate;
}
#endif
private:
friend class nsGfxScrollFrameInner;