diff options
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r-- | components/script/dom/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index 813f4659a08..776d20299c1 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -280,6 +280,7 @@ pub mod dissimilaroriginlocation; pub mod dissimilaroriginwindow; pub mod document; pub mod documentfragment; +pub mod documentorshadowroot; pub mod documenttype; pub mod domexception; pub mod domimplementation; @@ -442,6 +443,7 @@ pub mod promisenativehandler; pub mod promiserejectionevent; pub mod radionodelist; pub mod range; +pub mod raredata; pub mod request; pub mod response; pub mod rtcicecandidate; @@ -454,6 +456,7 @@ pub mod serviceworkercontainer; pub mod serviceworkerglobalscope; pub mod serviceworkerregistration; pub mod servoparser; +pub mod shadowroot; pub mod storage; pub mod storageevent; pub mod stylepropertymapreadonly; |