aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/script.rc
diff options
context:
space:
mode:
authorYoungsoo Son <ysoo.son@samsung.com>2013-08-12 13:42:44 +0900
committerJosh Matthews <josh@joshmatthews.net>2013-08-22 16:20:28 -0400
commit57f3ce8f811d8f7f1a74cac4cc5573f76c19169c (patch)
tree8c4abc848de6004311a42069a55044a025d36f3b /src/components/script/script.rc
parentc0935cba7255e01ed58e11bbb61f87c2c04c9602 (diff)
downloadservo-57f3ce8f811d8f7f1a74cac4cc5573f76c19169c.tar.gz
servo-57f3ce8f811d8f7f1a74cac4cc5573f76c19169c.zip
Generate bindings for HTMLTimeElement
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 dfcbab356bf..786f1cb3c15 100644
--- a/src/components/script/script.rc
+++ b/src/components/script/script.rc
@@ -67,6 +67,7 @@ pub mod dom {
pub mod HTMLTableRowElementBinding;
pub mod HTMLTableSectionElementBinding;
pub mod HTMLTextAreaElementBinding;
+ pub mod HTMLTimeElementBinding;
pub mod HTMLTitleElementBinding;
pub mod HTMLUListElementBinding;
pub mod MouseEventBinding;
@@ -109,6 +110,7 @@ pub mod dom {
pub mod htmltablerowelement;
pub mod htmltablesectionelement;
pub mod htmltextareaelement;
+ pub mod htmltimeelement;
pub mod htmltitleelement;
pub mod htmlulistelement;
pub mod mouseevent;