зеркало из https://github.com/mozilla/pjs.git
Wrapped VerifyLines() inside of a NS_DEBUG #define
This commit is contained in:
Родитель
eaaa05815e
Коммит
89274c06e4
|
@ -327,14 +327,19 @@ nsBlockFrame::List(FILE* out, PRInt32 aIndent) const
|
|||
NS_METHOD
|
||||
nsBlockFrame::VerifyTree() const
|
||||
{
|
||||
#ifdef NS_DEBUG
|
||||
nsresult rv = nsHTMLContainerFrame::VerifyTree();
|
||||
if (NS_OK != rv) {
|
||||
return rv;
|
||||
}
|
||||
rv = VerifyLines(PR_TRUE);
|
||||
#else
|
||||
rv = NS_OK;
|
||||
#endif
|
||||
return rv;
|
||||
}
|
||||
|
||||
#ifdef NS_DEBUG
|
||||
nsresult
|
||||
nsBlockFrame::VerifyLines(PRBool aFinalCheck) const
|
||||
{
|
||||
|
@ -381,6 +386,7 @@ nsBlockFrame::VerifyLines(PRBool aFinalCheck) const
|
|||
|
||||
return rv;
|
||||
}
|
||||
#endif
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -265,7 +265,9 @@ protected:
|
|||
|
||||
nsLineData* CreateLineForOverflowList(nsIFrame* aOverflowList);
|
||||
|
||||
#ifdef NS_DEBUG
|
||||
nsresult VerifyLines(PRBool aFinalCheck) const;
|
||||
#endif
|
||||
|
||||
nsresult PlaceLine(nsBlockReflowState& aState,
|
||||
nsLineLayout& aLineLayout,
|
||||
|
|
|
@ -327,14 +327,19 @@ nsBlockFrame::List(FILE* out, PRInt32 aIndent) const
|
|||
NS_METHOD
|
||||
nsBlockFrame::VerifyTree() const
|
||||
{
|
||||
#ifdef NS_DEBUG
|
||||
nsresult rv = nsHTMLContainerFrame::VerifyTree();
|
||||
if (NS_OK != rv) {
|
||||
return rv;
|
||||
}
|
||||
rv = VerifyLines(PR_TRUE);
|
||||
#else
|
||||
rv = NS_OK;
|
||||
#endif
|
||||
return rv;
|
||||
}
|
||||
|
||||
#ifdef NS_DEBUG
|
||||
nsresult
|
||||
nsBlockFrame::VerifyLines(PRBool aFinalCheck) const
|
||||
{
|
||||
|
@ -381,6 +386,7 @@ nsBlockFrame::VerifyLines(PRBool aFinalCheck) const
|
|||
|
||||
return rv;
|
||||
}
|
||||
#endif
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -327,14 +327,19 @@ nsBlockFrame::List(FILE* out, PRInt32 aIndent) const
|
|||
NS_METHOD
|
||||
nsBlockFrame::VerifyTree() const
|
||||
{
|
||||
#ifdef NS_DEBUG
|
||||
nsresult rv = nsHTMLContainerFrame::VerifyTree();
|
||||
if (NS_OK != rv) {
|
||||
return rv;
|
||||
}
|
||||
rv = VerifyLines(PR_TRUE);
|
||||
#else
|
||||
rv = NS_OK;
|
||||
#endif
|
||||
return rv;
|
||||
}
|
||||
|
||||
#ifdef NS_DEBUG
|
||||
nsresult
|
||||
nsBlockFrame::VerifyLines(PRBool aFinalCheck) const
|
||||
{
|
||||
|
@ -381,6 +386,7 @@ nsBlockFrame::VerifyLines(PRBool aFinalCheck) const
|
|||
|
||||
return rv;
|
||||
}
|
||||
#endif
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -327,14 +327,19 @@ nsBlockFrame::List(FILE* out, PRInt32 aIndent) const
|
|||
NS_METHOD
|
||||
nsBlockFrame::VerifyTree() const
|
||||
{
|
||||
#ifdef NS_DEBUG
|
||||
nsresult rv = nsHTMLContainerFrame::VerifyTree();
|
||||
if (NS_OK != rv) {
|
||||
return rv;
|
||||
}
|
||||
rv = VerifyLines(PR_TRUE);
|
||||
#else
|
||||
rv = NS_OK;
|
||||
#endif
|
||||
return rv;
|
||||
}
|
||||
|
||||
#ifdef NS_DEBUG
|
||||
nsresult
|
||||
nsBlockFrame::VerifyLines(PRBool aFinalCheck) const
|
||||
{
|
||||
|
@ -381,6 +386,7 @@ nsBlockFrame::VerifyLines(PRBool aFinalCheck) const
|
|||
|
||||
return rv;
|
||||
}
|
||||
#endif
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -265,7 +265,9 @@ protected:
|
|||
|
||||
nsLineData* CreateLineForOverflowList(nsIFrame* aOverflowList);
|
||||
|
||||
#ifdef NS_DEBUG
|
||||
nsresult VerifyLines(PRBool aFinalCheck) const;
|
||||
#endif
|
||||
|
||||
nsresult PlaceLine(nsBlockReflowState& aState,
|
||||
nsLineLayout& aLineLayout,
|
||||
|
|
|
@ -327,14 +327,19 @@ nsBlockFrame::List(FILE* out, PRInt32 aIndent) const
|
|||
NS_METHOD
|
||||
nsBlockFrame::VerifyTree() const
|
||||
{
|
||||
#ifdef NS_DEBUG
|
||||
nsresult rv = nsHTMLContainerFrame::VerifyTree();
|
||||
if (NS_OK != rv) {
|
||||
return rv;
|
||||
}
|
||||
rv = VerifyLines(PR_TRUE);
|
||||
#else
|
||||
rv = NS_OK;
|
||||
#endif
|
||||
return rv;
|
||||
}
|
||||
|
||||
#ifdef NS_DEBUG
|
||||
nsresult
|
||||
nsBlockFrame::VerifyLines(PRBool aFinalCheck) const
|
||||
{
|
||||
|
@ -381,6 +386,7 @@ nsBlockFrame::VerifyLines(PRBool aFinalCheck) const
|
|||
|
||||
return rv;
|
||||
}
|
||||
#endif
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -327,14 +327,19 @@ nsBlockFrame::List(FILE* out, PRInt32 aIndent) const
|
|||
NS_METHOD
|
||||
nsBlockFrame::VerifyTree() const
|
||||
{
|
||||
#ifdef NS_DEBUG
|
||||
nsresult rv = nsHTMLContainerFrame::VerifyTree();
|
||||
if (NS_OK != rv) {
|
||||
return rv;
|
||||
}
|
||||
rv = VerifyLines(PR_TRUE);
|
||||
#else
|
||||
rv = NS_OK;
|
||||
#endif
|
||||
return rv;
|
||||
}
|
||||
|
||||
#ifdef NS_DEBUG
|
||||
nsresult
|
||||
nsBlockFrame::VerifyLines(PRBool aFinalCheck) const
|
||||
{
|
||||
|
@ -381,6 +386,7 @@ nsBlockFrame::VerifyLines(PRBool aFinalCheck) const
|
|||
|
||||
return rv;
|
||||
}
|
||||
#endif
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче