mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
Generate bindings for HTMLSourceElement
This commit is contained in:
parent
57f3ce8f81
commit
fe5b795f30
10 changed files with 81 additions and 3 deletions
|
@ -60,6 +60,7 @@ pub mod dom {
|
|||
pub mod HTMLOListElementBinding;
|
||||
pub mod HTMLParagraphElementBinding;
|
||||
pub mod HTMLScriptElementBinding;
|
||||
pub mod HTMLSourceElementBinding;
|
||||
pub mod HTMLSpanElementBinding;
|
||||
pub mod HTMLStyleElementBinding;
|
||||
pub mod HTMLTableCaptionElementBinding;
|
||||
|
@ -104,6 +105,7 @@ pub mod dom {
|
|||
pub mod htmlmetaelement;
|
||||
pub mod htmlolistelement;
|
||||
pub mod htmlscriptelement;
|
||||
pub mod htmlsourceelement;
|
||||
pub mod htmlstyleelement;
|
||||
pub mod htmltablecaptionelement;
|
||||
pub mod htmltableelement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue