зеркало из https://github.com/mozilla/gecko-dev.git
Fix bug 347495 - Invalid-markup message doesn't disappear when MathML gets valid again, r+sr=roc
This commit is contained in:
Родитель
4639dd578c
Коммит
d9404d9efe
|
@ -147,6 +147,13 @@ public:
|
|||
const nsHTMLReflowState& aReflowState,
|
||||
nsReflowStatus& aStatus);
|
||||
|
||||
NS_IMETHOD
|
||||
WillReflow(nsPresContext* aPresContext)
|
||||
{
|
||||
mPresentationData.flags &= ~NS_MATHML_ERROR;
|
||||
return nsHTMLContainerFrame::WillReflow(aPresContext);
|
||||
}
|
||||
|
||||
NS_IMETHOD
|
||||
DidReflow(nsPresContext* aPresContext,
|
||||
const nsHTMLReflowState* aReflowState,
|
||||
|
|
Загрузка…
Ссылка в новой задаче