diff options
author | Patrick Shaughnessy <pshaughn@comcast.net> | 2020-01-22 20:15:42 -0500 |
---|---|---|
committer | Patrick Shaughnessy <pshaughn@comcast.net> | 2020-01-23 18:04:48 -0500 |
commit | c1a23a85b2a4f0e53d2d58de64adfee4be7fb30b (patch) | |
tree | 90c027c89619e72cca717f1808c10a32e5cf9b27 /components/script/dom/mod.rs | |
parent | 2b77a992dba0547180b9bfd89a015556f8a51ba5 (diff) | |
download | servo-c1a23a85b2a4f0e53d2d58de64adfee4be7fb30b.tar.gz servo-c1a23a85b2a4f0e53d2d58de64adfee4be7fb30b.zip |
Implement HTMLMenuElement
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 a39143c845b..2550eeda007 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -364,6 +364,7 @@ pub mod htmllielement; pub mod htmllinkelement; pub mod htmlmapelement; pub mod htmlmediaelement; +pub mod htmlmenuelement; pub mod htmlmetaelement; pub mod htmlmeterelement; pub mod htmlmodelement; |