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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user