Don't propagate the NS_BLOCK_FRAME_HAS_OUTSIDE_BULLET flag from a prev-in-flow. b=337412 r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@206658 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -6840,7 +6840,8 @@ nsBlockFrame::Init(nsIContent* aContent,
|
||||
// Copy over the block/area frame type flags
|
||||
nsBlockFrame* blockFrame = (nsBlockFrame*)aPrevInFlow;
|
||||
|
||||
SetFlags(blockFrame->mState & NS_BLOCK_FLAGS_MASK);
|
||||
SetFlags(blockFrame->mState &
|
||||
(NS_BLOCK_FLAGS_MASK & ~NS_BLOCK_FRAME_HAS_OUTSIDE_BULLET));
|
||||
}
|
||||
|
||||
nsresult rv = nsBlockFrameSuper::Init(aContent, aParent, aPrevInFlow);
|
||||
|
||||
Reference in New Issue
Block a user