mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
fixed non-Debug build by making LengthOf part of both debug and non-Debug builds
This commit is contained in:
parent
40be51d3e3
commit
d0afc21169
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user