Commit ea68978e authored by mats.palmgren%bredband.net's avatar mats.palmgren%bredband.net
Browse files

Fix compile warning from my last checkin. b=217903

parent ef535192
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;