diff options
author | Josh Matthews <josh@joshmatthews.net> | 2013-08-28 17:36:37 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2013-08-28 17:36:37 -0400 |
commit | cb0adec792e8da52f25ec8821c20fd9f2a04a54f (patch) | |
tree | 65a1dfbecbeea8125143f26b48895820ef89b417 /src/components/script/script.rc | |
parent | 4e3b948a3742be89d53985c3739c428eb0d990dd (diff) | |
download | servo-cb0adec792e8da52f25ec8821c20fd9f2a04a54f.tar.gz servo-cb0adec792e8da52f25ec8821c20fd9f2a04a54f.zip |
Generate bindings for HTMLOptionElement.
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 eae0e3c4cd8..9f7f9c7131d 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -92,6 +92,7 @@ pub mod dom { pub mod htmlobjectelement; pub mod htmlolistelement; pub mod htmloptgroupelement; + pub mod htmloptionelement; pub mod htmlparagraphelement; pub mod htmlprogresselement; pub mod htmlquoteelement; |