Support for attribute "open", "close" and "separators" on mstyle (bug 569125). r=karlt

--HG--
extra : rebase_source : f2e27dae9a993d0b8b707feb2a88b03570e5955d
This commit is contained in:
Frédéric Wang 2011-05-13 09:31:48 +12:00
Родитель a5b58ee5ef
Коммит d52d2ea9a3
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -74,6 +74,9 @@ nsMathMLmfencedFrame::InheritAutomaticData(nsIFrame* aParent)
mPresentationData.flags |= NS_MATHML_STRETCH_ALL_CHILDREN_VERTICALLY;
RemoveFencesAndSeparators();
CreateFencesAndSeparators(PresContext());
return NS_OK;
}