Generate bindings for HTMLTableSectionElement.

This commit is contained in:
saneyuki_s 2013-08-08 23:02:15 +09:00
parent 1a3faf8584
commit fa395d2b27
10 changed files with 93 additions and 4 deletions

View file

@ -60,6 +60,7 @@ pub mod dom {
pub mod HTMLSpanElementBinding;
pub mod HTMLStyleElementBinding;
pub mod HTMLTableElementBinding;
pub mod HTMLTableSectionElementBinding;
pub mod MouseEventBinding;
pub mod NodeBinding;
pub mod PrototypeList;
@ -93,6 +94,7 @@ pub mod dom {
pub mod htmlscriptelement;
pub mod htmlstyleelement;
pub mod htmltableelement;
pub mod htmltablesectionelement;
pub mod mouseevent;
pub mod node;
pub mod uievent;