Bug 82073. Wallpaper over the crash until bryner can look at this.

This commit is contained in:
waterson%netscape.com 2001-05-22 17:29:47 +00:00
Родитель 01ce2273cd
Коммит 495d1e941d
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -2498,6 +2498,9 @@ nsDocShell::SetFocus()
is not collapsed. */
nsIFrame* rootFrame;
presShell->GetRootFrame(&rootFrame);
if (!rootFrame)
return NS_ERROR_FAILURE;
nsRect frameRect;
rootFrame->GetRect(frameRect);
if (frameRect.IsEmpty()) {