Generate bindings for HTMLTableRowElement.

This commit is contained in:
saneyuki_s 2013-08-09 21:29:38 +09:00 committed by Josh Matthews
parent ebb4f3b3d1
commit d0e0a16ee6
10 changed files with 120 additions and 6 deletions

View file

@ -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;