Bug 499841. Fix a failed attempt at a merge.

This commit is contained in:
Timothy Nikkel
2010-01-02 18:56:29 -06:00
parent 8ebdbcab77
commit 4f1d759b7f
+2 -1
View File
@@ -9620,7 +9620,8 @@ nsCSSFrameConstructor::CreateLetterFrame(nsIFrame* aBlockFrame,
aTextContent->SetPrimaryFrame(nsnull);
nsIFrame* textFrame = NS_NewTextFrame(mPresShell, textSC);
NS_ASSERTION(aBlockFrame == GetFloatContainingBlock(aParentFrame),
NS_ASSERTION(aBlockFrame == GetFloatContainingBlock(aParentFrame)->
GetFirstContinuation(),
"Containing block is confused");
nsFrameConstructorState state(mPresShell, mFixedContainingBlock,
GetAbsoluteContainingBlock(aParentFrame),