fixing mathml bustage from bug 270708
git-svn-id: svn://10.0.0.236/trunk@167126 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
1425220898
commit
7ef302fd81
@ -1029,7 +1029,7 @@ nsMathMLContainerFrame::AttributeChanged(nsIContent* aChild,
|
||||
aAttribute == nsMathMLAtoms::fontfamily_ ||
|
||||
aAttribute == nsMathMLAtoms::mathbackground_ ||
|
||||
aAttribute == nsMathMLAtoms::background_) {
|
||||
MapAttributesIntoCSS(aPresContext, this);
|
||||
MapAttributesIntoCSS(GetPresContext(), this);
|
||||
}
|
||||
|
||||
return ReflowDirtyChild(GetPresContext()->PresShell(), nsnull);
|
||||
|
||||
@ -276,7 +276,7 @@ nsMathMLTokenFrame::AttributeChanged(nsIContent* aContent,
|
||||
{
|
||||
if (nsMathMLAtoms::lquote_ == aAttribute ||
|
||||
nsMathMLAtoms::rquote_ == aAttribute) {
|
||||
SetQuotes(aPresContext);
|
||||
SetQuotes(GetPresContext());
|
||||
}
|
||||
|
||||
return nsMathMLContainerFrame::
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user