Generate bindings for HTMLQuoteElement.

This commit is contained in:
Tetsuharu OHZEKI 2013-08-13 16:52:14 +09:00
parent a074267e23
commit 2878f44416
10 changed files with 61 additions and 2 deletions

View file

@ -64,6 +64,7 @@ pub mod dom {
pub mod HTMLMetaElementBinding;
pub mod HTMLOListElementBinding;
pub mod HTMLParagraphElementBinding;
pub mod HTMLQuoteElementBinding;
pub mod HTMLScriptElementBinding;
pub mod HTMLSourceElementBinding;
pub mod HTMLSpanElementBinding;
@ -114,6 +115,7 @@ pub mod dom {
pub mod htmllinkelement;
pub mod htmlmetaelement;
pub mod htmlolistelement;
pub mod htmlquoteelement;
pub mod htmlscriptelement;
pub mod htmlsourceelement;
pub mod htmlstyleelement;