diff options
author | Tetsuharu OHZEKI <saneyuki.s.snyk@gmail.com> | 2013-08-13 15:54:44 +0900 |
---|---|---|
committer | Tetsuharu OHZEKI <saneyuki.s.snyk@gmail.com> | 2013-08-24 00:25:17 +0900 |
commit | c2391fe5ffe421004c8b0906301a19379bf238ab (patch) | |
tree | 0e5dc38c8a565bf1e8d190fd0ba3bda10a077fb1 /src/components/script/script.rc | |
parent | ce647eb80fa685a381829deb028c444583480c03 (diff) | |
download | servo-c2391fe5ffe421004c8b0906301a19379bf238ab.tar.gz servo-c2391fe5ffe421004c8b0906301a19379bf238ab.zip |
Generate bindings for HTMLTableColElement.
Diffstat (limited to 'src/components/script/script.rc')
-rw-r--r-- | src/components/script/script.rc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/script/script.rc b/src/components/script/script.rc index 968b7fa8a5b..1e790d0367f 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -70,8 +70,9 @@ pub mod dom { pub mod HTMLSpanElementBinding; pub mod HTMLStyleElementBinding; pub mod HTMLTableElementBinding; - pub mod HTMLTableCellElementBinding; pub mod HTMLTableCaptionElementBinding; + pub mod HTMLTableCellElementBinding; + pub mod HTMLTableColElementBinding; pub mod HTMLTableRowElementBinding; pub mod HTMLTableSectionElementBinding; pub mod HTMLTextAreaElementBinding; @@ -123,6 +124,7 @@ pub mod dom { pub mod htmltableelement; pub mod htmltablecaptionelement; pub mod htmltablecellelement; + pub mod htmltablecolelement; pub mod htmltablerowelement; pub mod htmltablesectionelement; pub mod htmltextareaelement; |