diff options
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 543521ad116..d1dd72a30b6 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -236,6 +236,7 @@ pub mod htmlcanvaselement; pub mod htmlcollection; pub mod htmldataelement; pub mod htmldatalistelement; +pub mod htmldialogelement; pub mod htmldirectoryelement; pub mod htmldivelement; pub mod htmldlistelement; |