This commit is contained in:
roc+%cs.cmu.edu 2005-09-07 00:24:04 +00:00
Родитель 506e74f744
Коммит ac411d0231
1 изменённых файлов: 1 добавлений и 1 удалений

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

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