Generate HTMLIFrameElement bindings.

This commit is contained in:
Josh Matthews 2013-08-07 17:04:47 -04:00
parent c8be8edbb2
commit ddf4bee6df
13 changed files with 217 additions and 24 deletions

View file

@ -51,6 +51,7 @@ pub mod dom {
pub mod HTMLHeadElementBinding;
pub mod HTMLHRElementBinding;
pub mod HTMLHtmlElementBinding;
pub mod HTMLIFrameElementBinding;
pub mod HTMLImageElementBinding;
pub mod HTMLParagraphElementBinding;
pub mod HTMLScriptElementBinding;
@ -81,6 +82,7 @@ pub mod dom {
pub mod htmldocument;
pub mod htmlelement;
pub mod htmlhrelement;
pub mod htmliframeelement;
pub mod htmlimageelement;
pub mod htmlscriptelement;
pub mod mouseevent;