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:
cbiesinger%web.de 2004-12-31 03:00:21 +00:00
parent 1425220898
commit 7ef302fd81
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -276,7 +276,7 @@ nsMathMLTokenFrame::AttributeChanged(nsIContent* aContent,
{
if (nsMathMLAtoms::lquote_ == aAttribute ||
nsMathMLAtoms::rquote_ == aAttribute) {
SetQuotes(aPresContext);
SetQuotes(GetPresContext());
}
return nsMathMLContainerFrame::