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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user