Fixing bustage

This commit is contained in:
roc+%cs.cmu.edu 2005-09-07 00:24:04 +00:00
parent f3347fc842
commit 6ec5fe1420

View File

@ -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);