diff options
author | Tetsuharu OHZEKI <saneyuki.s.snyk@gmail.com> | 2013-08-14 21:13:56 +0900 |
---|---|---|
committer | Tetsuharu OHZEKI <saneyuki.s.snyk@gmail.com> | 2013-08-24 00:25:26 +0900 |
commit | 14bdd21ed8dfc54ab6da61456c970e790ad72b95 (patch) | |
tree | 3e3fed9819537e446bd4f1193c6aab99b8b194c6 /src/components/script/script.rc | |
parent | c2391fe5ffe421004c8b0906301a19379bf238ab (diff) | |
download | servo-14bdd21ed8dfc54ab6da61456c970e790ad72b95.tar.gz servo-14bdd21ed8dfc54ab6da61456c970e790ad72b95.zip |
Generate bindings for HTMLInputElement.
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 1e790d0367f..0e661b6db53 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -60,6 +60,7 @@ pub mod dom { pub mod HTMLHtmlElementBinding; pub mod HTMLIFrameElementBinding; pub mod HTMLImageElementBinding; + pub mod HTMLInputElementBinding; pub mod HTMLLinkElementBinding; pub mod HTMLMetaElementBinding; pub mod HTMLOListElementBinding; @@ -114,6 +115,7 @@ pub mod dom { pub mod htmlhrelement; pub mod htmliframeelement; pub mod htmlimageelement; + pub mod htmlinputelement; pub mod htmllinkelement; pub mod htmlmetaelement; pub mod htmlolistelement; |