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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user