Skip to content
Snippets Groups Projects
Commit 9dc3feef authored by Tinny Ng's avatar Tinny Ng
Browse files

[Bug 9502] purify UMR in DocumentImpl::DocumentImpl. Patch from Case Larsen.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174021 13f79535-47bb-0310-9956-ffa450edef68
parent daf084c9
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,6 @@ DocumentImpl::DocumentImpl(const DOMString &fNamespaceURI,
setDocumentType(doctype);
docElement=null;
appendChild(createElementNS(fNamespaceURI, qualifiedName)); //root element
namePool = new DStringPool(257);
iterators = 0;
treeWalkers = 0;
......@@ -131,6 +130,7 @@ DocumentImpl::DocumentImpl(const DOMString &fNamespaceURI,
ranges = 0;
fChanges = 0;
errorChecking = true;
appendChild(createElementNS(fNamespaceURI, qualifiedName)); //root element
}
void DocumentImpl::setDocumentType(DocumentTypeImpl *doctype)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment