aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mod.rs
diff options
context:
space:
mode:
authorCYBAI <cyb.ai.815@gmail.com>2020-07-04 17:55:30 +0900
committerCYBAI <cyb.ai.815@gmail.com>2020-07-18 00:43:32 +0900
commit0c7f08f74329313326e533d2e98ddc41874260ed (patch)
treec76df3cd87e761f262d433617dcacd5d2c0b9fbe /components/script/dom/mod.rs
parentf221b0000759efbd5c42a0f5c905a10169a2fb9e (diff)
downloadservo-0c7f08f74329313326e533d2e98ddc41874260ed.tar.gz
servo-0c7f08f74329313326e533d2e98ddc41874260ed.zip
Introduce DynamicModuleOwner dom struct
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r--components/script/dom/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs
index 82dc33bd7e3..2125608d809 100644
--- a/components/script/dom/mod.rs
+++ b/components/script/dom/mod.rs
@@ -295,6 +295,7 @@ pub mod domrectreadonly;
pub mod domstringlist;
pub mod domstringmap;
pub mod domtokenlist;
+pub mod dynamicmoduleowner;
pub mod element;
pub mod errorevent;
pub mod event;