mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
Generate bindings for HTMLBRElement
This commit is contained in:
parent
1da9f34082
commit
bc49686c3b
9 changed files with 60 additions and 10 deletions
|
@ -44,6 +44,7 @@ pub mod dom {
|
|||
pub mod FormDataBinding;
|
||||
pub mod HTMLAnchorElementBinding;
|
||||
pub mod HTMLBodyElementBinding;
|
||||
pub mod HTMLBRElementBinding;
|
||||
pub mod HTMLCollectionBinding;
|
||||
pub mod HTMLDivElementBinding;
|
||||
pub mod HTMLDocumentBinding;
|
||||
|
@ -83,6 +84,7 @@ pub mod dom {
|
|||
pub mod formdata;
|
||||
pub mod htmlanchorelement;
|
||||
pub mod htmlbodyelement;
|
||||
pub mod htmlbrelement;
|
||||
pub mod htmlcollection;
|
||||
pub mod htmldocument;
|
||||
pub mod htmlelement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue