Remove assertion accidentally checked in.

This commit is contained in:
sharparrow1@yahoo.com 2007-06-27 23:05:44 -07:00
parent 1c74f14381
commit a539c5d307

View File

@ -847,7 +847,6 @@ NS_IMETHODIMP nsViewManager::UpdateView(nsIView *aView, const nsRect &aRect, PRU
nsView* view = NS_STATIC_CAST(nsView*, aView);
nsRect damagedRect(aRect);
NS_ASSERTION(damagedRect.IsEmpty() || view->GetDimensions().Contains(damagedRect),"");
// If the rectangle is not visible then abort
// without invalidating. This is a performance