aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/script.rc
diff options
context:
space:
mode:
authorTetsuharu OHZEKI <saneyuki.s.snyk@gmail.com>2013-08-14 21:13:56 +0900
committerTetsuharu OHZEKI <saneyuki.s.snyk@gmail.com>2013-08-24 00:25:26 +0900
commit14bdd21ed8dfc54ab6da61456c970e790ad72b95 (patch)
tree3e3fed9819537e446bd4f1193c6aab99b8b194c6 /src/components/script/script.rc
parentc2391fe5ffe421004c8b0906301a19379bf238ab (diff)
downloadservo-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.rc2
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;