mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Remove assertion accidentally checked in.
This commit is contained in:
parent
1c74f14381
commit
a539c5d307
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user