aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mod.rs
diff options
context:
space:
mode:
authorAlan Jeffrey <ajeffrey@mozilla.com>2017-01-31 08:56:38 -0600
committerAlan Jeffrey <ajeffrey@mozilla.com>2017-02-16 16:45:29 -0600
commite8d765557f2ef1a298eed6d4234e74ba45333a44 (patch)
treee48cf428a48b3ad48c10a40bbb3111af0009d1c3 /components/script/dom/mod.rs
parent4a0b730cafd09fbd6e5cbc00727caef9b3cae315 (diff)
downloadservo-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.rs2
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;