Generate bindings for HTMLOptionElement.

This commit is contained in:
Josh Matthews 2013-08-28 17:36:37 -04:00
parent 4e3b948a37
commit cb0adec792
7 changed files with 99 additions and 3 deletions

View file

@ -110,7 +110,6 @@ pub enum ElementTypeId {
// Regular old elements
//
pub struct HTMLOptionElement { parent: HTMLElement }
pub struct HTMLSelectElement { parent: HTMLElement }
pub struct HTMLSmallElement { parent: HTMLElement }
pub struct UnknownElement { parent: HTMLElement }