diff --git a/mozilla/layout/generic/nsLineLayout.cpp b/mozilla/layout/generic/nsLineLayout.cpp index 91180e36841..ebe21a6bb91 100644 --- a/mozilla/layout/generic/nsLineLayout.cpp +++ b/mozilla/layout/generic/nsLineLayout.cpp @@ -836,7 +836,8 @@ nsLineLayout::ReflowFrame(nsIFrame* aFrame, mSpaceManager->Translate(tx, ty); htmlReflow->Reflow(mPresContext, metrics, reflowState, aReflowStatus); - // XXX + // XXX See if the frame is a placeholderFrame and if it is process + // the floater. nsIAtom* frameType; aFrame->GetFrameType(&frameType); if (frameType) { diff --git a/mozilla/layout/html/base/src/nsLineLayout.cpp b/mozilla/layout/html/base/src/nsLineLayout.cpp index 91180e36841..ebe21a6bb91 100644 --- a/mozilla/layout/html/base/src/nsLineLayout.cpp +++ b/mozilla/layout/html/base/src/nsLineLayout.cpp @@ -836,7 +836,8 @@ nsLineLayout::ReflowFrame(nsIFrame* aFrame, mSpaceManager->Translate(tx, ty); htmlReflow->Reflow(mPresContext, metrics, reflowState, aReflowStatus); - // XXX + // XXX See if the frame is a placeholderFrame and if it is process + // the floater. nsIAtom* frameType; aFrame->GetFrameType(&frameType); if (frameType) {