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 728999e1b3f..a0f5f62fd04 100644
--- a/src/components/script/script.rc
+++ b/src/components/script/script.rc
@@ -61,6 +61,7 @@ pub mod dom {
pub mod HTMLSpanElementBinding;
pub mod HTMLStyleElementBinding;
pub mod HTMLTableElementBinding;
+ pub mod HTMLTableRowElementBinding;
pub mod HTMLTableSectionElementBinding;
pub mod MouseEventBinding;
pub mod NodeBinding;
@@ -96,6 +97,7 @@ pub mod dom {
pub mod htmlscriptelement;
pub mod htmlstyleelement;
pub mod htmltableelement;
+ pub mod htmltablerowelement;
pub mod htmltablesectionelement;
pub mod mouseevent;
pub mod node;