mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Generate bindings for HTMLDataListElement.
This commit is contained in:
parent
b36ae3b0df
commit
f68639755d
8 changed files with 63 additions and 6 deletions
|
@ -52,6 +52,7 @@ pub mod dom {
|
|||
pub mod HTMLCanvasElementBinding;
|
||||
pub mod HTMLCollectionBinding;
|
||||
pub mod HTMLDataElementBinding;
|
||||
pub mod HTMLDataListElementBinding;
|
||||
pub mod HTMLDListElementBinding;
|
||||
pub mod HTMLDivElementBinding;
|
||||
pub mod HTMLDocumentBinding;
|
||||
|
@ -114,6 +115,7 @@ pub mod dom {
|
|||
pub mod htmlcanvaselement;
|
||||
pub mod htmlcollection;
|
||||
pub mod htmldataelement;
|
||||
pub mod htmldatalistelement;
|
||||
pub mod htmldlistelement;
|
||||
pub mod htmldocument;
|
||||
pub mod htmlelement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue