mirror of
https://github.com/servo/servo.git
synced 2025-10-08 12:39:30 +01:00
Generate bindings for HTMLOptionElement.
This commit is contained in:
parent
4e3b948a37
commit
cb0adec792
7 changed files with 99 additions and 3 deletions
|
@ -403,6 +403,8 @@ generate_cacheable_wrapper!(HTMLOListElement, HTMLOListElementBinding::Wrap)
|
|||
generate_binding_object!(HTMLOListElement)
|
||||
generate_cacheable_wrapper!(HTMLOptGroupElement, HTMLOptGroupElementBinding::Wrap)
|
||||
generate_binding_object!(HTMLOptGroupElement)
|
||||
generate_cacheable_wrapper!(HTMLOptionElement, HTMLOptionElementBinding::Wrap)
|
||||
generate_binding_object!(HTMLOptionElement)
|
||||
generate_cacheable_wrapper!(HTMLParagraphElement, HTMLParagraphElementBinding::Wrap)
|
||||
generate_binding_object!(HTMLParagraphElement)
|
||||
generate_cacheable_wrapper!(HTMLProgressElement, HTMLProgressElementBinding::Wrap)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue