mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Generate bindings for HTMLBodyElement
This commit is contained in:
parent
4800ddf742
commit
6241064681
10 changed files with 95 additions and 5 deletions
|
@ -43,6 +43,7 @@ pub mod dom {
|
|||
pub mod EventTargetBinding;
|
||||
pub mod FormDataBinding;
|
||||
pub mod HTMLAnchorElementBinding;
|
||||
pub mod HTMLBodyElementBinding;
|
||||
pub mod HTMLCollectionBinding;
|
||||
pub mod HTMLDivElementBinding;
|
||||
pub mod HTMLDocumentBinding;
|
||||
|
@ -75,6 +76,7 @@ pub mod dom {
|
|||
pub mod eventtarget;
|
||||
pub mod formdata;
|
||||
pub mod htmlanchorelement;
|
||||
pub mod htmlbodyelement;
|
||||
pub mod htmlcollection;
|
||||
pub mod htmldocument;
|
||||
pub mod htmlelement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue