Generate bindings for HTMLTableCellElement.

This commit is contained in:
Tetsuharu OHZEKI 2013-08-13 16:43:31 +09:00
parent 2878f44416
commit d86d38c584
10 changed files with 207 additions and 12 deletions

View file

@ -4640,6 +4640,7 @@ class CGBindingRoot(CGThing):
'dom::htmlstyleelement::HTMLStyleElement',
'dom::htmltablecaptionelement::HTMLTableCaptionElement',
'dom::htmltableelement::HTMLTableElement',
'dom::htmltablecellelement::HTMLTableCellElement',
'dom::htmltablerowelement::HTMLTableRowElement',
'dom::htmltablesectionelement::HTMLTableSectionElement',
'dom::htmltextareaelement::HTMLTextAreaElement',