mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
mathml spelling correction r=karlt b=389721
This commit is contained in:
parent
1044301347
commit
3667f6c4cb
@ -83,7 +83,7 @@ nsMathMLmfencedFrame::SetInitialChildList(nsIAtom* aListName,
|
||||
nsresult rv = nsMathMLContainerFrame::SetInitialChildList(aListName, aChildList);
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
// No need to tract the style contexts given to our MathML chars.
|
||||
// No need to track the style contexts given to our MathML chars.
|
||||
// The Style System will use Get/SetAdditionalStyleContext() to keep them
|
||||
// up-to-date if dynamic changes arise.
|
||||
return CreateFencesAndSeparators(PresContext());
|
||||
|
@ -1045,7 +1045,7 @@ nsMathMLmoFrame::AttributeChanged(PRInt32 aNameSpaceID,
|
||||
}
|
||||
|
||||
// ----------------------
|
||||
// No need to tract the style context given to our MathML char.
|
||||
// No need to track the style context given to our MathML char.
|
||||
// the Style System will use these to pass the proper style context to our MathMLChar
|
||||
nsStyleContext*
|
||||
nsMathMLmoFrame::GetAdditionalStyleContext(PRInt32 aIndex) const
|
||||
|
@ -94,7 +94,7 @@ nsMathMLmrootFrame::Init(nsIContent* aContent,
|
||||
|
||||
nsPresContext *presContext = PresContext();
|
||||
|
||||
// No need to tract the style context given to our MathML char.
|
||||
// No need to track the style context given to our MathML char.
|
||||
// The Style System will use Get/SetAdditionalStyleContext() to keep it
|
||||
// up-to-date if dynamic changes arise.
|
||||
nsAutoString sqrChar; sqrChar.Assign(kSqrChar);
|
||||
|
Loading…
Reference in New Issue
Block a user