зеркало из https://github.com/mozilla/gecko-dev.git
fixed non-Debug build by making LengthOf part of both debug and non-Debug builds
This commit is contained in:
Родитель
40be51d3e3
Коммит
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.
|
||||
*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче