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

git-svn-id: svn://10.0.0.236/trunk@212772 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2006-09-28 01:15:22 +00:00
parent 1d70021e81
commit 6d70200bb9

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;
}