Fixing bustage

git-svn-id: svn://10.0.0.236/trunk@179729 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
roc+%cs.cmu.edu
2005-09-06 22:15:28 +00:00
parent 906863a0f9
commit bd4907fa38

View File

@@ -430,7 +430,7 @@ DumpFramesRecur(nsIDocShell* aDocShell, FILE* out)
if (root) {
nsIFrameDebug* fdbg;
if (NS_SUCCEEDED(CallQueryInterface(root, &fdbg))) {
fdbg->List(shell->GetPresContext(), out, 0);
fdbg->List(out, 0);
}
}
}