Generate bindings for HTMLCanvasElement.

This commit is contained in:
Tetsuharu OHZEKI 2013-08-11 05:25:06 +09:00
parent 0f957c9e22
commit b44d4346df
11 changed files with 105 additions and 5 deletions

View file

@ -45,6 +45,7 @@ pub mod dom {
pub mod HTMLAnchorElementBinding;
pub mod HTMLBodyElementBinding;
pub mod HTMLBRElementBinding;
pub mod HTMLCanvasElementBinding;
pub mod HTMLCollectionBinding;
pub mod HTMLDivElementBinding;
pub mod HTMLDocumentBinding;
@ -89,6 +90,7 @@ pub mod dom {
pub mod htmlanchorelement;
pub mod htmlbodyelement;
pub mod htmlbrelement;
pub mod htmlcanvaselement;
pub mod htmlcollection;
pub mod htmldocument;
pub mod htmlelement;