Backed out changeset 14868b3c13e3 (bug 1373767) for android reftest failures in font-inflation-1.html a=backout CLOSED TREE

MozReview-Commit-ID: 5cpCdxuXNin
This commit is contained in:
Wes Kocher
2017-07-18 22:40:00 -07:00
parent f15763c885
commit cf25042a64
4 changed files with 2 additions and 26 deletions

View File

@@ -1550,9 +1550,7 @@ nsMathMLContainerFrame::ReportInvalidChildError(nsIAtom* aChildTag)
nsContainerFrame*
NS_NewMathMLmathBlockFrame(nsIPresShell* aPresShell, nsStyleContext* aContext)
{
auto newFrame = new (aPresShell) nsMathMLmathBlockFrame(aContext);
newFrame->AddStateBits(NS_BLOCK_FORMATTING_CONTEXT_STATE_BITS);
return newFrame;
return new (aPresShell) nsMathMLmathBlockFrame(aContext);
}
NS_IMPL_FRAMEARENA_HELPERS(nsMathMLmathBlockFrame)