More flag whack-a-mole. Bug 354489, r+sr=rbs

This commit is contained in:
bzbarsky%mit.edu 2006-09-28 01:15:22 +00:00
parent 6e536461e8
commit 043763b6de

View File

@ -7267,7 +7267,9 @@ nsCSSFrameConstructor::ConstructMathMLFrame(nsFrameConstructorState& aState,
mrowContext);
// then, create a block frame that will wrap the table frame
nsIFrame* blockFrame = NS_NewBlockFrame(mPresShell, blockContext);
nsIFrame* blockFrame = NS_NewBlockFrame(mPresShell, blockContext,
NS_BLOCK_SPACE_MGR |
NS_BLOCK_MARGIN_ROOT);
if (NS_UNLIKELY(!newFrame)) {
return NS_ERROR_OUT_OF_MEMORY;
}