From d8bb86f9a932beafe8a0d85103df4380b1d8ed56 Mon Sep 17 00:00:00 2001 From: "vidur%netscape.com" Date: Fri, 25 Sep 1998 01:27:44 +0000 Subject: [PATCH] Fix build bustage --- dom/src/coreDOM/Makefile | 2 +- dom/src/coreDOM/makefile.win | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dom/src/coreDOM/Makefile b/dom/src/coreDOM/Makefile index 4a0924cf2622..6d016621d67f 100644 --- a/dom/src/coreDOM/Makefile +++ b/dom/src/coreDOM/Makefile @@ -35,7 +35,7 @@ CPPSRCS = \ nsJSProcessingInstruction.cpp \ nsJSText.cpp \ nsJSStyleSheet.cpp \ - nsJSStyleCollection.cpp \ + nsJSStyleSheetCollection.cpp \ $(NULL) DEFINES = -D_IMPL_NS_DOM diff --git a/dom/src/coreDOM/makefile.win b/dom/src/coreDOM/makefile.win index 009707871895..d9a7dffa5947 100644 --- a/dom/src/coreDOM/makefile.win +++ b/dom/src/coreDOM/makefile.win @@ -39,7 +39,7 @@ CPPSRCS = \ nsJSProcessingInstruction.cpp \ nsJSText.cpp \ nsJSStyleSheet.cpp \ - nsJSStyleCollection.cpp \ + nsJSStyleSheetCollection.cpp \ $(NULL) CPP_OBJS= \