diff options
author | Dave Hodder <dmh@dmh.org.uk> | 2015-04-04 19:59:37 +0100 |
---|---|---|
committer | Dave Hodder <dmh@dmh.org.uk> | 2015-04-04 19:59:37 +0100 |
commit | 78de6b2db1a9c1dc4c49d4fa3d26d71b28a259bb (patch) | |
tree | 5df706c44d4285bf586635fefab54510eaf482e8 /components/script/dom/mod.rs | |
parent | 4ffeb81aa73fa87120eabb569fd14d7193813bdf (diff) | |
download | servo-78de6b2db1a9c1dc4c49d4fa3d26d71b28a259bb.tar.gz servo-78de6b2db1a9c1dc4c49d4fa3d26d71b28a259bb.zip |
Add basic HTMLDialogElement interface
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; |