mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Make it possible for XMLDocuments to have a browsing context.
This commit is contained in:
parent
875f1e92cc
commit
7045056173
2 changed files with 7 additions and 1 deletions
|
@ -71,6 +71,7 @@ impl DOMImplementationMethods for DOMImplementation {
|
|||
|
||||
// Step 1.
|
||||
let doc = XMLDocument::new(win,
|
||||
None,
|
||||
None,
|
||||
IsHTMLDocument::NonHTMLDocument,
|
||||
None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue