diff options
author | Josh Matthews <josh@joshmatthews.net> | 2013-08-28 17:47:29 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2013-08-28 17:47:29 -0400 |
commit | 8693459b2885b435a231c1c1686786bba30d8a6a (patch) | |
tree | e9700d824eed701f01681b25aed959e0f2440d81 /src/components/script/script.rc | |
parent | cb0adec792e8da52f25ec8821c20fd9f2a04a54f (diff) | |
download | servo-8693459b2885b435a231c1c1686786bba30d8a6a.tar.gz servo-8693459b2885b435a231c1c1686786bba30d8a6a.zip |
Generate bindings for HTMLOutputElement.
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 9f7f9c7131d..93857862eb1 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -93,6 +93,7 @@ pub mod dom { pub mod htmlolistelement; pub mod htmloptgroupelement; pub mod htmloptionelement; + pub mod htmloutputelement; pub mod htmlparagraphelement; pub mod htmlprogresselement; pub mod htmlquoteelement; |