fixes a crasher triggered by test case of bug #5194.

This commit is contained in:
beard%netscape.com 1999-08-07 20:43:47 +00:00
Родитель 5a5d7a4d0a
Коммит b07fa8c481
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1366,7 +1366,7 @@ PresShell::ScrollFrameIntoView(nsIFrame *aFrame,
// XXX Deal with the case where there is a scrolled element, e.g., a
// DIV in the middle...
while (closestView != scrolledView) {
while ((closestView != nsnull) && (closestView != scrolledView)) {
nscoord x, y;
// Update the offset

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

@ -1366,7 +1366,7 @@ PresShell::ScrollFrameIntoView(nsIFrame *aFrame,
// XXX Deal with the case where there is a scrolled element, e.g., a
// DIV in the middle...
while (closestView != scrolledView) {
while ((closestView != nsnull) && (closestView != scrolledView)) {
nscoord x, y;
// Update the offset