[#ifdef MATHML]. Hook for the mspace tag
git-svn-id: svn://10.0.0.236/trunk@58933 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -5274,6 +5274,8 @@ nsCSSFrameConstructor::ConstructMathMLFrame(nsIPresShell* aPresShell,
|
||||
rv = NS_NewMathMLmphantomFrame(aPresShell, &newFrame);
|
||||
else if (aTag == nsMathMLAtoms::mpadded_)
|
||||
rv = NS_NewMathMLmpaddedFrame(aPresShell, &newFrame);
|
||||
else if (aTag == nsMathMLAtoms::mspace_)
|
||||
rv = NS_NewMathMLmspaceFrame(aPresShell, &newFrame);
|
||||
else if (aTag == nsMathMLAtoms::mfenced_)
|
||||
rv = NS_NewMathMLmfencedFrame(aPresShell, &newFrame);
|
||||
else if (aTag == nsMathMLAtoms::mmultiscripts_)
|
||||
|
||||
@@ -5274,6 +5274,8 @@ nsCSSFrameConstructor::ConstructMathMLFrame(nsIPresShell* aPresShell,
|
||||
rv = NS_NewMathMLmphantomFrame(aPresShell, &newFrame);
|
||||
else if (aTag == nsMathMLAtoms::mpadded_)
|
||||
rv = NS_NewMathMLmpaddedFrame(aPresShell, &newFrame);
|
||||
else if (aTag == nsMathMLAtoms::mspace_)
|
||||
rv = NS_NewMathMLmspaceFrame(aPresShell, &newFrame);
|
||||
else if (aTag == nsMathMLAtoms::mfenced_)
|
||||
rv = NS_NewMathMLmfencedFrame(aPresShell, &newFrame);
|
||||
else if (aTag == nsMathMLAtoms::mmultiscripts_)
|
||||
|
||||
Reference in New Issue
Block a user