diff options
author | Josh Matthews <josh@joshmatthews.net> | 2013-08-28 17:25:37 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2013-08-28 17:25:37 -0400 |
commit | 4e3b948a3742be89d53985c3739c428eb0d990dd (patch) | |
tree | 48d80fe4a5ef4b85527529a240bf1c47c54e6ffc /src/components/script/script.rc | |
parent | a2739fd1962d1738216adb610f29a98a3ddb51f2 (diff) | |
download | servo-4e3b948a3742be89d53985c3739c428eb0d990dd.tar.gz servo-4e3b948a3742be89d53985c3739c428eb0d990dd.zip |
Generate bindings for HTMLOptGroupElement.
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 f2a829f6a99..eae0e3c4cd8 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -91,6 +91,7 @@ pub mod dom { pub mod htmlmodelement; pub mod htmlobjectelement; pub mod htmlolistelement; + pub mod htmloptgroupelement; pub mod htmlparagraphelement; pub mod htmlprogresselement; pub mod htmlquoteelement; |