Commenting out assertion that I added yesterday. b=227361

git-svn-id: svn://10.0.0.236/trunk@163853 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2004-10-15 21:39:37 +00:00
parent 12c9afc222
commit 8dd6cc7e13

View File

@@ -1866,7 +1866,7 @@ NS_IMETHODIMP nsViewManager::DispatchEvent(nsGUIEvent *aEvent, nsEventStatus *aS
// Paint later.
UpdateView(view, NS_VMREFRESH_NO_SYNC);
} else {
NS_ASSERTION(IsViewVisible(view), "painting an invisible view");
//NS_ASSERTION(IsViewVisible(view), "painting an invisible view");
Refresh(view, event->renderingContext, region,
NS_VMREFRESH_DOUBLE_BUFFER);
}