mirror of
https://github.com/servo/servo.git
synced 2025-06-21 23:59:00 +01:00
Generate HTMLIFrameElement bindings.
This commit is contained in:
parent
c8be8edbb2
commit
ddf4bee6df
13 changed files with 217 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue