fix 26441. comment out annoying assertion for now. r=akkana. a=bobj
git-svn-id: svn://10.0.0.236/trunk@61156 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -3010,7 +3010,7 @@ nsWidget::SetXICSpotLocation(nsPoint aPoint)
|
||||
{
|
||||
return;
|
||||
}
|
||||
NS_ASSERTION( (aPoint.y >0), "strange position for XIC");
|
||||
// NS_ASSERTION( (aPoint.y >0), "strange position for XIC");
|
||||
if(aPoint.y <= 0)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user