diff options
author | Josh Matthews <josh@joshmatthews.net> | 2013-08-26 17:25:10 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2013-08-26 17:25:10 -0400 |
commit | 48ce912757d7ce456f2d0182d8152d148d544022 (patch) | |
tree | dcb3d1e7da2fa8aaac5060a40d157aeee6181e48 /src/components/script/script.rc | |
parent | 39772f0bf41f379726623dab4b5aa7a5ad916252 (diff) | |
download | servo-48ce912757d7ce456f2d0182d8152d148d544022.tar.gz servo-48ce912757d7ce456f2d0182d8152d148d544022.zip |
Generate bindings for HTMLMapElement.
Diffstat (limited to 'src/components/script/script.rc')
-rw-r--r-- | src/components/script/script.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/script/script.rc b/src/components/script/script.rc index e1b186fe6d8..2cbf9333de9 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -72,6 +72,7 @@ pub mod dom { pub mod HTMLInputElementBinding; pub mod HTMLLIElementBinding; pub mod HTMLLinkElementBinding; + pub mod HTMLMapElementBinding; pub mod HTMLMetaElementBinding; pub mod HTMLOListElementBinding; pub mod HTMLParagraphElementBinding; @@ -139,6 +140,7 @@ pub mod dom { pub mod htmlinputelement; pub mod htmllielement; pub mod htmllinkelement; + pub mod htmlmapelement; pub mod htmlmetaelement; pub mod htmlolistelement; pub mod htmlprogresselement; |