Generate bindings for HTMLTitleElement

This commit is contained in:
Yusuke Suzuki 2013-08-08 01:48:02 +09:00 committed by Josh Matthews
parent 2ab430b9b1
commit 6f2c24eca7
10 changed files with 48 additions and 8 deletions

View file

@ -64,6 +64,7 @@ pub mod dom {
pub mod HTMLTableRowElementBinding;
pub mod HTMLTableSectionElementBinding;
pub mod HTMLTextAreaElementBinding;
pub mod HTMLTitleElementBinding;
pub mod HTMLUListElementBinding;
pub mod MouseEventBinding;
pub mod NodeBinding;
@ -102,6 +103,7 @@ pub mod dom {
pub mod htmltablerowelement;
pub mod htmltablesectionelement;
pub mod htmltextareaelement;
pub mod htmltitleelement;
pub mod htmlulistelement;
pub mod mouseevent;
pub mod node;