diff --git a/mozilla/layout/generic/nsFrameFrame.cpp b/mozilla/layout/generic/nsFrameFrame.cpp index b13184e8507..98e4a529305 100644 --- a/mozilla/layout/generic/nsFrameFrame.cpp +++ b/mozilla/layout/generic/nsFrameFrame.cpp @@ -337,7 +337,6 @@ nsHTMLFrameOuterFrame::Reflow(nsIPresContext& aPresContext, // Place and size the child nsRect rect(borderWidth, borderWidth, innerSize.width, innerSize.height); mFirstChild->SetRect(rect); - htmlReflow->DidReflow(aPresContext, NS_FRAME_REFLOW_FINISHED); } // XXX what should the max-element-size of an iframe be? Shouldn't diff --git a/mozilla/layout/html/document/src/nsFrameFrame.cpp b/mozilla/layout/html/document/src/nsFrameFrame.cpp index b13184e8507..98e4a529305 100644 --- a/mozilla/layout/html/document/src/nsFrameFrame.cpp +++ b/mozilla/layout/html/document/src/nsFrameFrame.cpp @@ -337,7 +337,6 @@ nsHTMLFrameOuterFrame::Reflow(nsIPresContext& aPresContext, // Place and size the child nsRect rect(borderWidth, borderWidth, innerSize.width, innerSize.height); mFirstChild->SetRect(rect); - htmlReflow->DidReflow(aPresContext, NS_FRAME_REFLOW_FINISHED); } // XXX what should the max-element-size of an iframe be? Shouldn't