mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Fixing bustage
This commit is contained in:
parent
f3347fc842
commit
6ec5fe1420
@ -2283,7 +2283,7 @@ DumpFramesRecurse(nsIDocShell* aDocShell, FILE* out, nsString *aFilterName)
|
||||
if (nsnull != root) {
|
||||
nsIFrameDebug* fdbg;
|
||||
if (NS_SUCCEEDED(CallQueryInterface(root, &fdbg))) {
|
||||
fdbg->List(shell->GetPresContext(), out, 0);
|
||||
fdbg->List(out, 0);
|
||||
}
|
||||
}
|
||||
NS_RELEASE(shell);
|
||||
|
Loading…
Reference in New Issue
Block a user