fixed non-Debug build by making LengthOf part of both debug and non-Debug builds

This commit is contained in:
buster%netscape.com 1998-07-30 19:54:17 +00:00
parent 40be51d3e3
commit d0afc21169

View File

@ -293,13 +293,13 @@ protected:
virtual void WillDeleteNextInFlowFrame(nsIFrame* aNextInFlow);
#ifdef NS_DEBUG
/**
* Return the number of children in the sibling list, starting at aChild.
* Returns zero if aChild is nsnull.
*/
static PRInt32 LengthOf(nsIFrame* aChild);
#ifdef NS_DEBUG
/**
* Returns PR_TRUE if aChild is a child of this frame.
*/