This commit is contained in:
rods%netscape.com 1999-02-12 18:58:39 +00:00
Родитель f7ac81f9b4
Коммит 81515ab405
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -812,7 +812,7 @@ PRInt32 nsWebShellWindow::GetDocHeight(nsIDocument * aDoc)
if (presShell) {
nsCOMPtr<nsIPresContext> presContext;
presShell->GetPresContext(getter_AddRefs(presContext));
if (nsnull != presContext) {
if (presContext) {
nsRect rect;
presContext->GetVisibleArea(rect);
nsIFrame * rootFrame;