diff --git a/mozilla/layout/generic/nsLineLayout.cpp b/mozilla/layout/generic/nsLineLayout.cpp index f5ae74be1a6..4e5117ce75a 100644 --- a/mozilla/layout/generic/nsLineLayout.cpp +++ b/mozilla/layout/generic/nsLineLayout.cpp @@ -1262,7 +1262,7 @@ nsLineLayout::ReflowFrame(nsIFrame* aFrame, view->GetViewManager(*getter_AddRefs(vm)); vm->ResizeView(view, pfd->mCombinedArea); - nsContainerFrame::SyncFrameViewAfterSizeChange(mPresContext, pfd->mFrame, nsnull, view); + //nsContainerFrame::SyncFrameViewAfterSizeChange(mPresContext, pfd->mFrame, nsnull, view); } // Tell the frame that we're done reflowing it diff --git a/mozilla/layout/html/base/src/nsLineLayout.cpp b/mozilla/layout/html/base/src/nsLineLayout.cpp index f5ae74be1a6..4e5117ce75a 100644 --- a/mozilla/layout/html/base/src/nsLineLayout.cpp +++ b/mozilla/layout/html/base/src/nsLineLayout.cpp @@ -1262,7 +1262,7 @@ nsLineLayout::ReflowFrame(nsIFrame* aFrame, view->GetViewManager(*getter_AddRefs(vm)); vm->ResizeView(view, pfd->mCombinedArea); - nsContainerFrame::SyncFrameViewAfterSizeChange(mPresContext, pfd->mFrame, nsnull, view); + //nsContainerFrame::SyncFrameViewAfterSizeChange(mPresContext, pfd->mFrame, nsnull, view); } // Tell the frame that we're done reflowing it