deCOMtaminate nsINodeInfo and nsINodeInfoManager. See bug 225060 for details. r=sicking, sr=jst.

git-svn-id: svn://10.0.0.236/trunk@149340 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com
2003-11-15 05:27:37 +00:00
parent 0976c7a3b9
commit 98fb7d2529
27 changed files with 362 additions and 500 deletions

View File

@@ -969,7 +969,7 @@ NS_CreateHTMLElement(nsIHTMLContent** aResult, nsINodeInfo *aNodeInfo,
if (!parserService)
return NS_ERROR_OUT_OF_MEMORY;
nsCOMPtr<nsIAtom> name = aNodeInfo->GetNameAtom();
nsIAtom *name = aNodeInfo->NameAtom();
// Find tag in tag table
PRInt32 id;