mirror of
https://github.com/servo/servo.git
synced 2025-06-22 16:18:59 +01:00
Generate bindings for HTMLMetaElement.
This commit is contained in:
parent
ab2e5b854e
commit
fba2cea097
9 changed files with 91 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue