Sync the handling of stretchy MathML frames with the new ::-moz notation, b=214989, r+sr=dbaron

git-svn-id: svn://10.0.0.236/trunk@145578 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rbs%maths.uq.edu.au
2003-08-05 02:07:14 +00:00
parent 474b765c00
commit e320553e23
8 changed files with 28 additions and 18 deletions

View File

@@ -6732,7 +6732,7 @@ nsCSSFrameConstructor::ConstructMathMLFrame(nsIPresShell* aPresShell,
if (NS_FAILED(rv)) return rv;
nsRefPtr<nsStyleContext> mrowContext;
mrowContext = aPresContext->ResolvePseudoStyleContextFor(aContent,
nsMathMLAtoms::mozMathInline,
nsCSSAnonBoxes::mozMathInline,
parentContext);
InitAndRestoreFrame(aPresContext, aState, aContent, aParentFrame,
mrowContext, nsnull, newFrame);