aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/script.rc
diff options
context:
space:
mode:
authorsaneyuki_s <saneyuki.s.snyk@gmail.com>2013-08-07 22:52:39 +0900
committersaneyuki_s <saneyuki.s.snyk@gmail.com>2013-08-07 22:52:39 +0900
commit2e3cd1945cc7f071ce8a3b17febd0f8b404e897c (patch)
tree7297c3100079f2d892070d0852b19f1d4206db76 /src/components/script/script.rc
parentac4938b7ddd9b76c60cf51dd33fba23ccdb828f8 (diff)
downloadservo-2e3cd1945cc7f071ce8a3b17febd0f8b404e897c.tar.gz
servo-2e3cd1945cc7f071ce8a3b17febd0f8b404e897c.zip
Generate bindings for HTMLHRElement.
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 e903622ee4d..0ba9ef8c81f 100644
--- a/src/components/script/script.rc
+++ b/src/components/script/script.rc
@@ -48,6 +48,7 @@ pub mod dom {
pub mod HTMLDocumentBinding;
pub mod HTMLElementBinding;
pub mod HTMLHeadElementBinding;
+ pub mod HTMLHRElementBinding;
pub mod HTMLHtmlElementBinding;
pub mod HTMLImageElementBinding;
pub mod HTMLParagraphElementBinding;
@@ -77,6 +78,7 @@ pub mod dom {
pub mod htmlcollection;
pub mod htmldocument;
pub mod htmlelement;
+ pub mod htmlhrelement;
pub mod htmlimageelement;
pub mod htmlscriptelement;
pub mod mouseevent;