diff options
author | saneyuki_s <saneyuki.s.snyk@gmail.com> | 2013-08-09 21:29:38 +0900 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2013-08-09 12:01:03 -0400 |
commit | d0e0a16ee601df516d00605efcff1fab71fdca27 (patch) | |
tree | 0a5c23c1aaad77876123b9be93f8378035822a20 /src/components/script/script.rc | |
parent | ebb4f3b3d1ed2e7904cb756394ca883a0a47f7a7 (diff) | |
download | servo-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.rc | 2 |
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; |