Generate bindings for HTMLMetaElement.

This commit is contained in:
saneyuki_s 2013-08-08 01:48:39 +09:00 committed by Josh Matthews
parent ab2e5b854e
commit fba2cea097
9 changed files with 91 additions and 4 deletions

View file

@ -53,6 +53,7 @@ pub mod dom {
pub mod HTMLHtmlElementBinding;
pub mod HTMLIFrameElementBinding;
pub mod HTMLImageElementBinding;
pub mod HTMLMetaElementBinding;
pub mod HTMLOListElementBinding;
pub mod HTMLParagraphElementBinding;
pub mod HTMLScriptElementBinding;
@ -85,6 +86,7 @@ pub mod dom {
pub mod htmlhrelement;
pub mod htmliframeelement;
pub mod htmlimageelement;
pub mod htmlmetaelement;
pub mod htmlolistelement;
pub mod htmlscriptelement;
pub mod mouseevent;