diff options
author | saneyuki_s <saneyuki.s.snyk@gmail.com> | 2013-08-07 22:52:39 +0900 |
---|---|---|
committer | saneyuki_s <saneyuki.s.snyk@gmail.com> | 2013-08-07 22:52:39 +0900 |
commit | 2e3cd1945cc7f071ce8a3b17febd0f8b404e897c (patch) | |
tree | 7297c3100079f2d892070d0852b19f1d4206db76 /src/components/script/script.rc | |
parent | ac4938b7ddd9b76c60cf51dd33fba23ccdb828f8 (diff) | |
download | servo-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.rc | 2 |
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; |