diff options
author | Josh Matthews <josh@joshmatthews.net> | 2013-08-28 01:20:44 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2013-08-28 01:24:44 -0400 |
commit | 0fae7afa5453a6c65215e54c77e00d3aeed127f0 (patch) | |
tree | 875eb3e961b3de49dda8b740e5671a022c12d18c /src/components/script/script.rc | |
parent | 6c90dd54b2856d9ebdd275b30778ceef0a8fb300 (diff) | |
download | servo-0fae7afa5453a6c65215e54c77e00d3aeed127f0.tar.gz servo-0fae7afa5453a6c65215e54c77e00d3aeed127f0.zip |
Generate bindings for HTMLMeterElement.
Diffstat (limited to 'src/components/script/script.rc')
-rw-r--r-- | src/components/script/script.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/script/script.rc b/src/components/script/script.rc index 1350113c498..280ae8f7d73 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -87,6 +87,7 @@ pub mod dom { pub mod htmllinkelement; pub mod htmlmapelement; pub mod htmlmetaelement; + pub mod htmlmeterelement; pub mod htmlolistelement; pub mod htmlparagraphelement; pub mod htmlprogresselement; |