Generate bindings for HTMLBaseElement

This commit is contained in:
Junyoung Cho 2013-08-09 18:19:16 +09:00 committed by Josh Matthews
parent e7b8038665
commit 13bb1a49b8
10 changed files with 64 additions and 4 deletions

View file

@ -45,6 +45,7 @@ pub mod dom {
pub mod HTMLAnchorElementBinding;
pub mod HTMLAppletElementBinding;
pub mod HTMLAreaElementBinding;
pub mod HTMLBaseElementBinding;
pub mod HTMLBodyElementBinding;
pub mod HTMLBRElementBinding;
pub mod HTMLCanvasElementBinding;
@ -96,6 +97,7 @@ pub mod dom {
pub mod htmlanchorelement;
pub mod htmlappletelement;
pub mod htmlareaelement;
pub mod htmlbaseelement;
pub mod htmlbodyelement;
pub mod htmlbrelement;
pub mod htmlcanvaselement;