diff options
author | Josh Matthews <josh@joshmatthews.net> | 2013-08-28 09:22:08 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2013-08-28 09:22:08 -0400 |
commit | a2739fd1962d1738216adb610f29a98a3ddb51f2 (patch) | |
tree | fa193347126b9f6153998774ebd402a87d357e11 /src/components/script/script.rc | |
parent | 4c928102911dd9aae2cc7230cc3614d0509c4905 (diff) | |
download | servo-a2739fd1962d1738216adb610f29a98a3ddb51f2.tar.gz servo-a2739fd1962d1738216adb610f29a98a3ddb51f2.zip |
Generate bindings for HTMLObjectElement.
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 c4e3db1237c..f2a829f6a99 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -89,6 +89,7 @@ pub mod dom { pub mod htmlmetaelement; pub mod htmlmeterelement; pub mod htmlmodelement; + pub mod htmlobjectelement; pub mod htmlolistelement; pub mod htmlparagraphelement; pub mod htmlprogresselement; |