aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/script.rc
diff options
context:
space:
mode:
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;