Generate bindings for HTMLProgressElement.

This commit is contained in:
Tetsuharu OHZEKI 2013-08-13 17:06:36 +09:00
parent 9b284431ef
commit 4fc2f74139
10 changed files with 86 additions and 3 deletions

View file

@ -66,6 +66,7 @@ pub mod dom {
pub mod HTMLMetaElementBinding;
pub mod HTMLOListElementBinding;
pub mod HTMLParagraphElementBinding;
pub mod HTMLProgressElementBinding;
pub mod HTMLQuoteElementBinding;
pub mod HTMLScriptElementBinding;
pub mod HTMLSourceElementBinding;
@ -121,6 +122,7 @@ pub mod dom {
pub mod htmllinkelement;
pub mod htmlmetaelement;
pub mod htmlolistelement;
pub mod htmlprogresselement;
pub mod htmlquoteelement;
pub mod htmlscriptelement;
pub mod htmlsourceelement;