From 68d0b53a770a25e3308234342dd931558a05758a Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Fri, 21 May 1999 23:42:02 +0000 Subject: [PATCH] Okay, let's try that again. git-svn-id: svn://10.0.0.236/trunk@32488 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/document/public/nsIHTMLElementFactory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/layout/html/document/public/nsIHTMLElementFactory.h b/mozilla/layout/html/document/public/nsIHTMLElementFactory.h index b9cb38acae3..8fdd7932a07 100644 --- a/mozilla/layout/html/document/public/nsIHTMLElementFactory.h +++ b/mozilla/layout/html/document/public/nsIHTMLElementFactory.h @@ -34,7 +34,7 @@ class nsString; */ class nsIHTMLElementFactory : public nsISupports { public: - static const nsIID& GetIID() { static nsIID iid = NS_IHTM_ELEMENT_FACTORY_IID; return iid; } + static const nsIID& GetIID() { static nsIID iid = NS_IHTML_ELEMENT_FACTORY_IID; return iid; } NS_IMETHOD CreateInstanceByTag(const nsString& aTag, nsIHTMLContent** aResult) = 0;