Generate bindings for HTMLTrackElement.

This commit is contained in:
Tetsuharu OHZEKI 2013-08-31 04:02:52 +09:00
parent 9919bae897
commit d3108a898d
8 changed files with 94 additions and 0 deletions

View file

@ -106,6 +106,7 @@ pub enum ElementTypeId {
HTMLTextAreaElementTypeId,
HTMLTimeElementTypeId,
HTMLTitleElementTypeId,
HTMLTrackElementTypeId,
HTMLUListElementTypeId,
HTMLUnknownElementTypeId,
}