This commit is contained in:
roc+%cs.cmu.edu 2005-09-06 22:15:28 +00:00
Родитель 3b3c91577f
Коммит 6e75945d4d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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