mirror of
https://github.com/servo/servo.git
synced 2025-06-21 23:59:00 +01:00
Generate bindings for HTMLQuoteElement.
This commit is contained in:
parent
a074267e23
commit
2878f44416
10 changed files with 61 additions and 2 deletions
|
@ -64,6 +64,7 @@ pub mod dom {
|
|||
pub mod HTMLMetaElementBinding;
|
||||
pub mod HTMLOListElementBinding;
|
||||
pub mod HTMLParagraphElementBinding;
|
||||
pub mod HTMLQuoteElementBinding;
|
||||
pub mod HTMLScriptElementBinding;
|
||||
pub mod HTMLSourceElementBinding;
|
||||
pub mod HTMLSpanElementBinding;
|
||||
|
@ -114,6 +115,7 @@ pub mod dom {
|
|||
pub mod htmllinkelement;
|
||||
pub mod htmlmetaelement;
|
||||
pub mod htmlolistelement;
|
||||
pub mod htmlquoteelement;
|
||||
pub mod htmlscriptelement;
|
||||
pub mod htmlsourceelement;
|
||||
pub mod htmlstyleelement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue