diff options
author | Youngsoo Son <ysoo.son@samsung.com> | 2013-08-12 13:20:41 +0900 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2013-08-22 16:20:20 -0400 |
commit | c0935cba7255e01ed58e11bbb61f87c2c04c9602 (patch) | |
tree | dbed132522c9f32b49da97f5d9c94c7ec5ea173e /src/components/script/script.rc | |
parent | 1c087ab5076bbc1cdc04c46bc288ad1b2a865844 (diff) | |
download | servo-c0935cba7255e01ed58e11bbb61f87c2c04c9602.tar.gz servo-c0935cba7255e01ed58e11bbb61f87c2c04c9602.zip |
Generate bindings for HTMLTableCaptionElement
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 888c07ce824..dfcbab356bf 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -62,6 +62,7 @@ pub mod dom { pub mod HTMLScriptElementBinding; pub mod HTMLSpanElementBinding; pub mod HTMLStyleElementBinding; + pub mod HTMLTableCaptionElementBinding; pub mod HTMLTableElementBinding; pub mod HTMLTableRowElementBinding; pub mod HTMLTableSectionElementBinding; @@ -103,6 +104,7 @@ pub mod dom { pub mod htmlolistelement; pub mod htmlscriptelement; pub mod htmlstyleelement; + pub mod htmltablecaptionelement; pub mod htmltableelement; pub mod htmltablerowelement; pub mod htmltablesectionelement; |