Fix compile warning from my last checkin. b=217903

This commit is contained in:
mats.palmgren%bredband.net 2005-08-31 19:53:39 +00:00
Родитель ef53519297
Коммит ea68978e57
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -7148,7 +7148,7 @@ nsBlockFrame::SetInitialChildList(nsPresContext* aPresContext,
ResolvePseudoStyleFor(mContent, pseudoElement, mStyleContext);
// Create bullet frame
nsIFrame* bullet = new (shell) nsBulletFrame;
nsBulletFrame* bullet = new (shell) nsBulletFrame;
if (nsnull == bullet) {
return NS_ERROR_OUT_OF_MEMORY;