diff options
author | Alan Jeffrey <ajeffrey@mozilla.com> | 2017-01-31 08:56:38 -0600 |
---|---|---|
committer | Alan Jeffrey <ajeffrey@mozilla.com> | 2017-02-16 16:45:29 -0600 |
commit | e8d765557f2ef1a298eed6d4234e74ba45333a44 (patch) | |
tree | e48cf428a48b3ad48c10a40bbb3111af0009d1c3 /components/script/dom/mod.rs | |
parent | 4a0b730cafd09fbd6e5cbc00727caef9b3cae315 (diff) | |
download | servo-e8d765557f2ef1a298eed6d4234e74ba45333a44.tar.gz servo-e8d765557f2ef1a298eed6d4234e74ba45333a44.zip |
Allow browsing contexts to resolve to cross-origin windows.
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r-- | components/script/dom/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index 4b3c0c02cbb..7b96ea2523d 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -258,6 +258,8 @@ pub mod csssupportsrule; pub mod cssviewportrule; pub mod customevent; pub mod dedicatedworkerglobalscope; +pub mod dissimilaroriginlocation; +pub mod dissimilaroriginwindow; pub mod document; pub mod documentfragment; pub mod documenttype; |