One-liner forgotten in the mass merge of bug 162412

This commit is contained in:
rbs%maths.uq.edu.au 2002-08-20 21:56:51 +00:00
Родитель 42866b21e9
Коммит c12c2a8399
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -129,6 +129,7 @@ nsMathMLTokenFrame::SetInitialChildList(nsIPresContext* aPresContext,
childFrame->GetNextSibling(&childFrame);
}
SetQuotes(aPresContext);
ProcessTextData(aPresContext);
return rv;
}