diff options
author | CYBAI <cyb.ai.815@gmail.com> | 2020-07-04 17:55:30 +0900 |
---|---|---|
committer | CYBAI <cyb.ai.815@gmail.com> | 2020-07-18 00:43:32 +0900 |
commit | 0c7f08f74329313326e533d2e98ddc41874260ed (patch) | |
tree | c76df3cd87e761f262d433617dcacd5d2c0b9fbe /components/script/dom/mod.rs | |
parent | f221b0000759efbd5c42a0f5c905a10169a2fb9e (diff) | |
download | servo-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.rs | 1 |
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; |