Generate bindings for HTMLTableCellElement.

This commit is contained in:
Tetsuharu OHZEKI 2013-08-13 16:43:31 +09:00
parent 2878f44416
commit d86d38c584
10 changed files with 207 additions and 12 deletions

View file

@ -69,8 +69,9 @@ pub mod dom {
pub mod HTMLSourceElementBinding;
pub mod HTMLSpanElementBinding;
pub mod HTMLStyleElementBinding;
pub mod HTMLTableCaptionElementBinding;
pub mod HTMLTableElementBinding;
pub mod HTMLTableCellElementBinding;
pub mod HTMLTableCaptionElementBinding;
pub mod HTMLTableRowElementBinding;
pub mod HTMLTableSectionElementBinding;
pub mod HTMLTextAreaElementBinding;
@ -119,8 +120,9 @@ pub mod dom {
pub mod htmlscriptelement;
pub mod htmlsourceelement;
pub mod htmlstyleelement;
pub mod htmltablecaptionelement;
pub mod htmltableelement;
pub mod htmltablecaptionelement;
pub mod htmltablecellelement;
pub mod htmltablerowelement;
pub mod htmltablesectionelement;
pub mod htmltextareaelement;