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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user