Fixing bustage
git-svn-id: svn://10.0.0.236/trunk@179729 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user