aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/script.rc
diff options
context:
space:
mode:
authorsaneyuki_s <saneyuki.s.snyk@gmail.com>2013-08-09 21:29:38 +0900
committerJosh Matthews <josh@joshmatthews.net>2013-08-09 12:01:03 -0400
commitd0e0a16ee601df516d00605efcff1fab71fdca27 (patch)
tree0a5c23c1aaad77876123b9be93f8378035822a20 /src/components/script/script.rc
parentebb4f3b3d1ed2e7904cb756394ca883a0a47f7a7 (diff)
downloadservo-d0e0a16ee601df516d00605efcff1fab71fdca27.tar.gz
servo-d0e0a16ee601df516d00605efcff1fab71fdca27.zip
Generate bindings for HTMLTableRowElement.
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;