mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1299753 Part 1 - Use NS_NewBlockFormattingContext() in ConstructFieldSetFrame(). r=bz
MozReview-Commit-ID: E6lvCRIDROY --HG-- extra : rebase_source : 52f59f6db123e47c1230dc19c49d2dbf7c6cb0d6
This commit is contained in:
parent
b7ca8b1d80
commit
c719ccc151
@ -3289,8 +3289,7 @@ nsCSSFrameConstructor::ConstructFieldSetFrame(nsFrameConstructorState& aState,
|
||||
absPosContainer = columnSetFrame;
|
||||
}
|
||||
}
|
||||
contentFrame = NS_NewBlockFrame(mPresShell, innerSC,
|
||||
NS_BLOCK_FLOAT_MGR | NS_BLOCK_MARGIN_ROOT);
|
||||
contentFrame = NS_NewBlockFormattingContext(mPresShell, innerSC);
|
||||
if (columnSetFrame) {
|
||||
InitAndRestoreFrame(aState, content, columnSetFrame, contentFrame);
|
||||
SetInitialSingleChild(columnSetFrame, contentFrame);
|
||||
|
Loading…
Reference in New Issue
Block a user