diff options
author | Josh Matthews <josh@joshmatthews.net> | 2015-11-23 10:42:04 -0500 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2016-02-20 18:03:14 +0100 |
commit | 704505617399f040b0ca10eb1d06dde2811937c0 (patch) | |
tree | 7c679aebcfa6e7c0726f315cc50cdb19a91e05be /components/script/dom/domimplementation.rs | |
parent | 875f1e92ccafebc8ddebc722f430e5037007b9dc (diff) | |
download | servo-704505617399f040b0ca10eb1d06dde2811937c0.tar.gz servo-704505617399f040b0ca10eb1d06dde2811937c0.zip |
Make it possible for XMLDocuments to have a browsing context.
Diffstat (limited to 'components/script/dom/domimplementation.rs')
-rw-r--r-- | components/script/dom/domimplementation.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/domimplementation.rs b/components/script/dom/domimplementation.rs index 01cd8acb7df..37b75688c2b 100644 --- a/components/script/dom/domimplementation.rs +++ b/components/script/dom/domimplementation.rs @@ -72,6 +72,7 @@ impl DOMImplementationMethods for DOMImplementation { // Step 1. let doc = XMLDocument::new(win, None, + None, IsHTMLDocument::NonHTMLDocument, None, None, |