mirror of
https://github.com/servo/servo.git
synced 2025-06-21 23:59:00 +01:00
Generate bindings for HTMLTitleElement
This commit is contained in:
parent
2ab430b9b1
commit
6f2c24eca7
10 changed files with 48 additions and 8 deletions
|
@ -64,6 +64,7 @@ pub mod dom {
|
|||
pub mod HTMLTableRowElementBinding;
|
||||
pub mod HTMLTableSectionElementBinding;
|
||||
pub mod HTMLTextAreaElementBinding;
|
||||
pub mod HTMLTitleElementBinding;
|
||||
pub mod HTMLUListElementBinding;
|
||||
pub mod MouseEventBinding;
|
||||
pub mod NodeBinding;
|
||||
|
@ -102,6 +103,7 @@ pub mod dom {
|
|||
pub mod htmltablerowelement;
|
||||
pub mod htmltablesectionelement;
|
||||
pub mod htmltextareaelement;
|
||||
pub mod htmltitleelement;
|
||||
pub mod htmlulistelement;
|
||||
pub mod mouseevent;
|
||||
pub mod node;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue