diff options
author | saneyuki_s <saneyuki.s.snyk@gmail.com> | 2013-08-09 22:59:57 +0900 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2013-08-09 12:11:53 -0400 |
commit | c1f9f438086dc171a6321bc2d7af773f56cb444b (patch) | |
tree | ce174634a8f90e6b3639c6bf04178b5d7bc8a574 /src/components/script/script.rc | |
parent | d0e0a16ee601df516d00605efcff1fab71fdca27 (diff) | |
download | servo-c1f9f438086dc171a6321bc2d7af773f56cb444b.tar.gz servo-c1f9f438086dc171a6321bc2d7af773f56cb444b.zip |
Generate bindings for HTMLTextAreaElement.
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 a0f5f62fd04..2a9d0d3fd1b 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -63,6 +63,7 @@ pub mod dom { pub mod HTMLTableElementBinding; pub mod HTMLTableRowElementBinding; pub mod HTMLTableSectionElementBinding; + pub mod HTMLTextAreaElementBinding; pub mod MouseEventBinding; pub mod NodeBinding; pub mod PrototypeList; @@ -99,6 +100,7 @@ pub mod dom { pub mod htmltableelement; pub mod htmltablerowelement; pub mod htmltablesectionelement; + pub mod htmltextareaelement; pub mod mouseevent; pub mod node; pub mod uievent; |