Generate bindings for HTMLStyleElement.

This commit is contained in:
saneyuki_s 2013-08-08 19:53:44 +09:00 committed by Josh Matthews
parent fba2cea097
commit c5125ca5e2
9 changed files with 79 additions and 17 deletions

View file

@ -58,6 +58,7 @@ pub mod dom {
pub mod HTMLParagraphElementBinding;
pub mod HTMLScriptElementBinding;
pub mod HTMLSpanElementBinding;
pub mod HTMLStyleElementBinding;
pub mod MouseEventBinding;
pub mod NodeBinding;
pub mod PrototypeList;
@ -89,6 +90,7 @@ pub mod dom {
pub mod htmlmetaelement;
pub mod htmlolistelement;
pub mod htmlscriptelement;
pub mod htmlstyleelement;
pub mod mouseevent;
pub mod node;
pub mod uievent;