mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 04:03:47 +00:00
Followup for bug 510651 to make non-debug builds with --enable-extensions=layout-debug build.
This commit is contained in:
parent
728dbbbd07
commit
38bd4e6447
@ -428,6 +428,7 @@ nsLayoutDebuggingTools::DumpContent()
|
||||
static void
|
||||
DumpFramesRecur(nsIDocShell* aDocShell, FILE* out)
|
||||
{
|
||||
#ifdef DEBUG
|
||||
fprintf(out, "webshell=%p \n", static_cast<void*>(aDocShell));
|
||||
nsCOMPtr<nsIPresShell> shell(pres_shell(aDocShell));
|
||||
if (shell) {
|
||||
@ -452,6 +453,7 @@ DumpFramesRecur(nsIDocShell* aDocShell, FILE* out)
|
||||
DumpFramesRecur(childAsShell, out);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
Loading…
x
Reference in New Issue
Block a user