Bug 675166 - Make DocumentTypeNode to use NodeInfoManager of the document, r=sicking

This commit is contained in:
Olli Pettay
2011-09-17 06:32:32 -07:00
parent 3b939d2dae
commit f8b451d821
26 changed files with 142 additions and 240 deletions

View File

@@ -592,7 +592,6 @@ nsHtml5TreeOperation::Perform(nsHtml5TreeOpExecutor* aBuilder,
voidString.SetIsVoid(PR_TRUE);
NS_NewDOMDocumentType(getter_AddRefs(docType),
aBuilder->GetNodeInfoManager(),
nsnull,
name,
publicId,
systemId,