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

@@ -1543,7 +1543,7 @@ nsHTMLDocument::CreateElementNS(const nsAString& aNamespaceURI,
getter_AddRefs(nodeInfo));
NS_ENSURE_SUCCESS(rv, rv);
PRInt32 namespaceID = nodeInfo->GetNamespaceID();
PRInt32 namespaceID = nodeInfo->NamespaceID();
nsCOMPtr<nsIElementFactory> elementFactory;
nsContentUtils::GetNSManagerWeakRef()->GetElementFactory(namespaceID,