Okay, let's try that again.
git-svn-id: svn://10.0.0.236/trunk@32488 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user