Removed some code that is no longer needed
git-svn-id: svn://10.0.0.236/trunk@23030 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -243,10 +243,6 @@ RootFrame::Reflow(nsIPresContext& aPresContext,
|
||||
// Reflow the frame
|
||||
nsIHTMLReflow* htmlReflow;
|
||||
if (NS_OK == kidFrame->QueryInterface(kIHTMLReflowIID, (void**)&htmlReflow)) {
|
||||
// XXX Temporary hack until the block/inline code changes. It expects
|
||||
// the available width to be the space minus any margins...
|
||||
kidReflowState.availableWidth -= kidReflowState.computedMargin.left +
|
||||
kidReflowState.computedMargin.right;
|
||||
ReflowChild(kidFrame, aPresContext, kidDesiredSize, kidReflowState,
|
||||
aStatus);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user