mirror of
https://github.com/servo/servo.git
synced 2025-06-21 23:59:00 +01:00
Generate bindings for HTMLHRElement.
This commit is contained in:
parent
ac4938b7dd
commit
2e3cd1945c
9 changed files with 91 additions and 3 deletions
|
@ -48,6 +48,7 @@ pub mod dom {
|
|||
pub mod HTMLDocumentBinding;
|
||||
pub mod HTMLElementBinding;
|
||||
pub mod HTMLHeadElementBinding;
|
||||
pub mod HTMLHRElementBinding;
|
||||
pub mod HTMLHtmlElementBinding;
|
||||
pub mod HTMLImageElementBinding;
|
||||
pub mod HTMLParagraphElementBinding;
|
||||
|
@ -77,6 +78,7 @@ pub mod dom {
|
|||
pub mod htmlcollection;
|
||||
pub mod htmldocument;
|
||||
pub mod htmlelement;
|
||||
pub mod htmlhrelement;
|
||||
pub mod htmlimageelement;
|
||||
pub mod htmlscriptelement;
|
||||
pub mod mouseevent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue