Generate bindings for HTMLSourceElement

This commit is contained in:
Youngsoo Son 2013-08-12 14:09:25 +09:00 committed by Josh Matthews
parent 57f3ce8f81
commit fe5b795f30
10 changed files with 81 additions and 3 deletions

View file

@ -60,6 +60,7 @@ pub mod dom {
pub mod HTMLOListElementBinding;
pub mod HTMLParagraphElementBinding;
pub mod HTMLScriptElementBinding;
pub mod HTMLSourceElementBinding;
pub mod HTMLSpanElementBinding;
pub mod HTMLStyleElementBinding;
pub mod HTMLTableCaptionElementBinding;
@ -104,6 +105,7 @@ pub mod dom {
pub mod htmlmetaelement;
pub mod htmlolistelement;
pub mod htmlscriptelement;
pub mod htmlsourceelement;
pub mod htmlstyleelement;
pub mod htmltablecaptionelement;
pub mod htmltableelement;