From c39a58435af6590a75ab2d65972dbe8bd47bb073 Mon Sep 17 00:00:00 2001 From: "hoa.nguyen%intel.com" Date: Sat, 7 Aug 1999 22:37:17 +0000 Subject: [PATCH] Added nsJSHTMLEmbedElement.cpp. --- dom/src/html/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/dom/src/html/Makefile.in b/dom/src/html/Makefile.in index 32e5ac2d2094..f7c560772550 100644 --- a/dom/src/html/Makefile.in +++ b/dom/src/html/Makefile.in @@ -41,6 +41,7 @@ CPPSRCS = \ nsJSHTMLDivElement.cpp \ nsJSHTMLDocument.cpp \ nsJSHTMLElement.cpp \ + nsJSHTMLEmbedElement.cpp \ nsJSHTMLFieldSetElement.cpp \ nsJSHTMLFontElement.cpp \ nsJSHTMLFormElement.cpp \