Bug 451117. Remove obsolete assertion. r+sr=bzbarsky

This commit is contained in:
Robert O'Callahan 2008-12-08 13:50:57 +13:00
Родитель 45943b0218
Коммит 0d3c86096c
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -11867,9 +11867,6 @@ nsCSSFrameConstructor::CreateLetterFrame(nsFrameConstructorState& aState,
// content for a non-text frame (because we want its primary frame to
// be a text frame). So use its parent for the first-letter.
nsIContent* letterContent = aTextContent->GetParent();
NS_ASSERTION(!letterContent->IsRootOfNativeAnonymousSubtree(),
"Reframes of this letter frame will mess with the root "
"of a native anonymous content subtree!");
letterFrame->Init(letterContent, aParentFrame, nsnull);
InitAndRestoreFrame(aState, aTextContent, letterFrame, nsnull,