Fully update the state even on invalid markups to avoid crashing, b=307839, r+sr=bz
git-svn-id: svn://10.0.0.236/trunk@180010 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -193,8 +193,6 @@ nsMathMLmunderoverFrame::TransmitAutomaticData()
|
||||
underscriptFrame = baseFrame->GetNextSibling();
|
||||
if (underscriptFrame)
|
||||
overscriptFrame = underscriptFrame->GetNextSibling();
|
||||
if (!baseFrame || !underscriptFrame || !overscriptFrame)
|
||||
return NS_OK; // a visual error indicator will be reported later during layout
|
||||
|
||||
// if our base is an embellished operator, let its state bubble to us (in particular,
|
||||
// this is where we get the flag for NS_MATHML_EMBELLISH_MOVABLELIMITS). Our flags
|
||||
|
||||
Reference in New Issue
Block a user