mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
More flag whack-a-mole. Bug 354489, r+sr=rbs
This commit is contained in:
parent
6e536461e8
commit
043763b6de
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user