Generate bindings for HTMLUnknownElement.

This commit is contained in:
Josh Matthews 2013-08-28 19:51:07 -04:00
parent 65c993e7e6
commit 1eb5eeb630
8 changed files with 35 additions and 3 deletions

View file

@ -105,7 +105,7 @@ pub enum ElementTypeId {
HTMLTimeElementTypeId,
HTMLTitleElementTypeId,
HTMLUListElementTypeId,
UnknownElementTypeId,
HTMLUnknownElementTypeId,
}
//
@ -113,7 +113,6 @@ pub enum ElementTypeId {
//
pub struct HTMLSmallElement { parent: HTMLElement }
pub struct UnknownElement { parent: HTMLElement }
//
// Element methods