Loading layout/mathml/nsMathMLContainerFrame.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -824,6 +824,10 @@ void nsMathMLContainerFrame::Reflow(nsPresContext* aPresContext, ReflowOutput& aDesiredSize, const ReflowInput& aReflowInput, nsReflowStatus& aStatus) { if (IsHiddenByContentVisibilityOfInFlowParentForLayout()) { return; } MarkInReflow(); MOZ_ASSERT(aStatus.IsEmpty(), "Caller should pass a fresh reflow status!"); Loading Loading
layout/mathml/nsMathMLContainerFrame.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -824,6 +824,10 @@ void nsMathMLContainerFrame::Reflow(nsPresContext* aPresContext, ReflowOutput& aDesiredSize, const ReflowInput& aReflowInput, nsReflowStatus& aStatus) { if (IsHiddenByContentVisibilityOfInFlowParentForLayout()) { return; } MarkInReflow(); MOZ_ASSERT(aStatus.IsEmpty(), "Caller should pass a fresh reflow status!"); Loading