Removed erroneous assertion: b=38768 r=dcone

This commit is contained in:
attinasi%netscape.com 2000-06-07 23:05:30 +00:00
Родитель 631ed0af4f
Коммит f5709fb8ec
2 изменённых файлов: 0 добавлений и 4 удалений

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

@ -457,8 +457,6 @@ FrameManager::GetCanvasFrame(nsIPresContext* aPresContext, nsIFrame** aCanvasFra
// move on to the child's child
childFrame->FirstChild(aPresContext, nsnull, &childFrame);
}
NS_ASSERTION(*aCanvasFrame != nsnull, "CanvasFrame could not be found and should be");
}
return NS_OK;
}

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

@ -457,8 +457,6 @@ FrameManager::GetCanvasFrame(nsIPresContext* aPresContext, nsIFrame** aCanvasFra
// move on to the child's child
childFrame->FirstChild(aPresContext, nsnull, &childFrame);
}
NS_ASSERTION(*aCanvasFrame != nsnull, "CanvasFrame could not be found and should be");
}
return NS_OK;
}