diff --git a/mozilla/layout/html/base/src/Makefile b/mozilla/layout/html/base/src/Makefile
index bf550447d42..f636b6d16b8 100644
--- a/mozilla/layout/html/base/src/Makefile
+++ b/mozilla/layout/html/base/src/Makefile
@@ -28,6 +28,7 @@ CPPSRCS = \
nsGlobalVariables.cpp \
nsHRPart.cpp \
nsHTMLAtoms.cpp \
+ nsHTMLBullet.cpp \
nsHTMLContainer.cpp \
nsHTMLContainerFrame.cpp \
nsHTMLContent.cpp \
@@ -38,7 +39,6 @@ CPPSRCS = \
nsImageMap.cpp \
nsInlineFrame.cpp \
nsLeafFrame.cpp \
- nsListItemFrame.cpp \
nsPageFrame.cpp \
nsPlaceholderFrame.cpp \
nsRootPart.cpp \
diff --git a/mozilla/layout/html/base/src/makefile.win b/mozilla/layout/html/base/src/makefile.win
index 9e99c75cc15..896f567f3b4 100644
--- a/mozilla/layout/html/base/src/makefile.win
+++ b/mozilla/layout/html/base/src/makefile.win
@@ -31,6 +31,7 @@ CPPSRCS= \
nsGlobalVariables.cpp \
nsHRPart.cpp \
nsHTMLAtoms.cpp \
+ nsHTMLBullet.cpp \
nsHTMLContainer.cpp \
nsHTMLContainerFrame.cpp \
nsHTMLContent.cpp \
@@ -41,7 +42,6 @@ CPPSRCS= \
nsInlineFrame.cpp \
nsLeafFrame.cpp \
nsLineLayout.cpp \
- nsListItemFrame.cpp \
nsPageFrame.cpp \
nsPlaceholderFrame.cpp \
nsRootPart.cpp \
@@ -61,6 +61,7 @@ CPP_OBJS= \
.\$(OBJDIR)\nsGlobalVariables.obj \
.\$(OBJDIR)\nsHRPart.obj \
.\$(OBJDIR)\nsHTMLAtoms.obj \
+ .\$(OBJDIR)\nsHTMLBullet.obj \
.\$(OBJDIR)\nsHTMLContainer.obj \
.\$(OBJDIR)\nsHTMLContainerFrame.obj \
.\$(OBJDIR)\nsHTMLContent.obj \
@@ -72,7 +73,6 @@ CPP_OBJS= \
.\$(OBJDIR)\nsInlineFrame.obj \
.\$(OBJDIR)\nsLeafFrame.obj \
.\$(OBJDIR)\nsLineLayout.obj \
- .\$(OBJDIR)\nsListItemFrame.obj \
.\$(OBJDIR)\nsPageFrame.obj \
.\$(OBJDIR)\nsPlaceholderFrame.obj \
.\$(OBJDIR)\nsRootPart.obj \