Fix for bug 230439 (Remove anonymous nodeinfomanager and other cleanup) - share CreateElement. r=caillon, sr=jst.

This commit is contained in:
peterv@propagandism.org
2004-01-18 11:59:21 +00:00
parent e00186c47b
commit ed41af7d35
7 changed files with 36 additions and 112 deletions

View File

@@ -125,8 +125,6 @@ protected:
virtual nsIStyleSheet* InternalGetStyleSheetAt(PRInt32 aIndex) const;
virtual PRInt32 InternalGetNumberOfStyleSheets() const;
nsresult CreateElement(nsINodeInfo *aNodeInfo, nsIDOMElement** aResult);
virtual nsresult GetLoadGroup(nsILoadGroup **aLoadGroup);
nsresult SetDefaultStylesheets(nsIURI* aUrl);