Make it possible for XMLDocuments to have a browsing context.

This commit is contained in:
Josh Matthews 2015-11-23 10:42:04 -05:00 committed by Ms2ger
parent 875f1e92cc
commit 7045056173
2 changed files with 7 additions and 1 deletions

View file

@ -71,6 +71,7 @@ impl DOMImplementationMethods for DOMImplementation {
// Step 1.
let doc = XMLDocument::new(win,
None,
None,
IsHTMLDocument::NonHTMLDocument,
None,