This should be #ifdef DEBUG.

r+sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@151603 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
caillon%returnzero.com
2004-01-20 22:56:21 +00:00
parent 77ca96d311
commit f1a4010e76

View File

@@ -468,6 +468,7 @@ static
void
DumpViewsRecur(nsIDocShell* aDocShell, FILE* out)
{
#ifdef DEBUG
if (aDocShell) {
fprintf(out, "docshell=%p \n", NS_STATIC_CAST(void*, aDocShell));
nsCOMPtr<nsIViewManager> vm(view_manager(aDocShell));
@@ -495,6 +496,7 @@ DumpViewsRecur(nsIDocShell* aDocShell, FILE* out)
}
}
}
#endif // DEBUG
}
NS_IMETHODIMP