Generate bindings for HTMLBRElement

This commit is contained in:
Youngmin, Yoo 2013-08-08 23:24:07 +09:00 committed by Youngmin Yoo
parent 1da9f34082
commit bc49686c3b
9 changed files with 60 additions and 10 deletions

View file

@ -4619,6 +4619,7 @@ class CGBindingRoot(CGThing):
'dom::element::{HTMLDivElement, HTMLSpanElement, HTMLParagraphElement}', #XXXjdm
'dom::htmlanchorelement::HTMLAnchorElement', #XXXjdm
'dom::htmlbodyelement::HTMLBodyElement',
'dom::htmlbrelement::HTMLBRElement', #XXXrecrack
'dom::htmlelement::HTMLElement', #XXXjdm
'dom::htmldocument::HTMLDocument', #XXXjdm
'dom::htmlhrelement::HTMLHRElement',